Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm using the code below to make a msgbox:
Answer = MsgBox("Do you wish to open part one ?", _ vbOKCancel, "My Title") If Answer = vbCancel Then Exit Sub If Answer = vbOK Then ActiveWorkbook.FollowHyperlink Address:= _ "Q:\path is here\baook1.xls" _ , NewWindow:=False, AddHistory:=True Sheets("Mar_04").Select Range("A1").Select But it isnt working and I have no idea how to fix this problem. An helpmwould be greatly appreciated. : -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOKUP displaying "NO ANSWER" instead of "0" | Excel Worksheet Functions | |||
How do I write an excel formula with a text answer ("yes" or "no") | Excel Discussion (Misc queries) | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
disregard 12/19/05 ".XValues syntax problem" question. Answer fou | Charts and Charting in Excel |