Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
i customized ribbon menu on my clients's outlook 2010, i want to that if i clicked custumized ribbon menu, it must go to https://abc.com. i searched i try to macro but i didnt do it.

i found macro. but this is run appointment in outlook 2010.

VB
Public Sub OpenPublishedForm()
   Dim Items As Outlook.Items
   Dim Item As Object
   Set Items = Application.ActiveExplorer.CurrentFolder.Items
   Set Item = Items.Add("ipm.Appointment")
   Item.Display
 End Sub


i want to if i clicked custımızed menu , i wıll go to http://abc.com

Please help.
Posted
Comments
karthik Udhayakumar 8-Jun-14 16:25pm    
Unclear:( what you want to achieve by customizing a menu to redirect to a static URL!pls use improve question widget
Ccsnow 9-Jun-14 2:32am    
Thank you for your answers,i wrote macro but it didnt work.
i custumized menu(http://i.hizliresim.com/mlbvzy.png), i want to that if i click iwanttocliktenhttpxxxcom button, i want to go to http://www.abc.com.

Thx.

Thank you for your answers,i wrote macro but it didnt work.
i custumized menu(http://i.hizliresim.com/mlbvzy.png), i want to that if i click iwanttocliktenhttpxxxcom button, i want to go to http://www.abc.com.

Thx.
 
Share this answer
 
Ahmet,
Check this link ,hope it solves
# 6: Create hyperlinks for quick access

http://www.techrepublic.com/blog/10-things/10-ways-to-customize-outlook-menus-and-toolbars/[^]


All the Best.Write back if this doesnt work or improve your question for better solutions
 
Share this answer
 
Comments
Ccsnow 9-Jun-14 2:32am    
Thank you for your answers,i wrote macro but it didnt work.
i custumized menu(http://i.hizliresim.com/mlbvzy.png), i want to that if i click iwanttocliktenhttpxxxcom button, i want to go to http://www.abc.com.

Thx.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900