set shell = createobject("wscript.shell")
chmfile = chr(34) _
& "C:\Program Files\" _
& "Microsoft Scripting Technologies\" _
& "VBSdocs\VBS55.CHM" _
& chr(34)
shell.run chmfile
--
Michael Harris
MVP Scripting
I am using outlook 2000 to make a form, and i am using VBScript to code it,
however i am running into a problem, i have a button then when clicked needs
to bring up an html help file, i am having trouble finding the code for the
hyperlink, if anyone can help me i would be very appriciative. Again the
form is not in html format, but Oulook
Jimmy