Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would like to embed a hyperlink in an Excel form to a file that resides in
an Outlook public folder and can't figure out how to do it. Anybody know if this is possible? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Setup a click event with one of the visual controls on the form. Inside this event use the following
ActiveWorkbook.FollowHyperlink Address:="http://www.gohere.com", NewWindow:=True This address "http://www.gohere.com" needs to be the address of any document you want that is accessible.Dennis "SIMPSBA" wrote in message ... I would like to embed a hyperlink in an Excel form to a file that resides in an Outlook public folder and can't figure out how to do it. Anybody know if this is possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to embed a text file into excel spreadsheet? | Excel Discussion (Misc queries) | |||
How do I embed an email in an excel file? | Excel Discussion (Misc queries) | |||
is it possible to embed a font in an excel file? | Excel Discussion (Misc queries) | |||
How do I embed a PDF file within Excel | Excel Discussion (Misc queries) | |||
How do you embed an input form into excel? | Excel Worksheet Functions |