![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
I am trying to use the following msgbox function - however I cannot seem to get the help option in the msgbox to work.
Response = MsgBox("This is a test","64","Demo" "C:appxhelp.hlp",7) I have a valid help file and context - but including this does not give me any help buttons and even pressing F1 brings up only general excel/vba help. Surprisingly when I use the same helpfile and context in the inputbox function - It works ! In the input box I see the additional help button and F1 also works. What could be going wrong in the msbgox function ?? |
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sydney, Australia
Posts: 2,908
|
Quote:
intResult = MsgBox("This is a test", vbMsgBoxHelpButton, "Demo", "C:appxhelp.hlp", 7) The constant vbMsgBoxHelpButton has an actual value of 16384. HTH, D |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|