Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can someone explain what I am doing incorrectly with this code?
examle 1 and 2 work OK. example 3 does not display a help button on the inputbox. I believe the syntax is ok, so what am I doing wrong? tia g. example 1 MsgBox "Press the help button", _ Buttons:=vbOKCancel Or vbMsgBoxHelpButton, _ HelpFile:=ThisWorkbook.Path & "\my.chm", _ Context:=144 example 2 strData = InputBox( _ Prompt:="Enter a number" & vbLf & vbLf & _ "Enter a 0 to quit", Title:="Add Rows", _ HelpFile:=ThisWorkbook.Path & "\my.chm", Context:="144") example 3 'lNumber = Application.InputBox( _ Prompt:="Enter a number", Title:="Number", _ HelpFile:=ThisWorkbook.Path & "\my.chm", HelpContextID:=144, _ Type:=1) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
userform 'helpfile' | Excel Programming | |||
Create a Helpfile within Excel | Excel Programming | |||
MyHelp - VBProject.Helpfile | Excel Programming | |||
Open Helpfile from Excel VBA or hyperlink | Excel Programming | |||
Unable to launch html helpfile | Excel Programming |