Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
With excel, I need a vba syntax to open a pdf file like ActiveWorkbook.FollowHyperlink Address:="c:\dossier\test.pdf" this works but i want to use a textbox to have address like this : ActiveWorkbook.FollowHyperlink Address:="TextBox1.value" Textbox value gives address. so in textbox i have this value : c:\dossier\test.pdf could someone can help me or can give me solution ? thank you in advance Friendly best regards |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
=HYPERLINK("#"&CELL("address", ADDRESS(MATCH(VALUE(B3),QuoteNotes, | Excel Worksheet Functions | |||
=HYPERLINK("#"&CELL("address", ADDRESS(MATCH(VALUE(B3),Range ... ? | Excel Worksheet Functions | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
how i convert "100" to "hundred"( number to text) in excel-2007 | Excel Worksheet Functions | |||
VBA code store address with areas separated with "," and I need it sometimes with ";" instead | Excel Programming |