Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

creating a macro in Excel

Status
Not open for further replies.

orbitph

Programmer
Feb 23, 2001
35
NL
I've got troubles creating a macro that starts a *.chm help file please advice.

Using a button, on click it must start winhelp and the file.


Thanks working on flash and vb6
my game is coming soon
if you have tips send them to me

in the mean time check out
 
This line of code inserted and "locationAndNameOfHTMLHelpFile.chm" updated should do the trick...

Code:
============================================================================================
runHelp = Shell("C:\WINDOWS\HH.exe locationAndNameOfHTMLHelpFile.chm", vbNormalFocus)

Hope this helps...
Klae

You're only as good as your last answer!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top