F
F.H. van Zelm
Hi there,
I try to run the VBA help for PowerPoint 2003 by means of a macro
in PowerPoint. This is my code:
Shell "D:\Windows\HH.exe D:\Program Files\Microsoft
Office\Office11\1033\VBAPP10.chm", vbNormalFocus
Basically it 'works' but it produces a lot of errors about 'invalid HTML
tag' and won't display any graphics in the help file (e.g. in the object
model).
I tried things like
HH.EXE -mapid 1001 ms-its:
and
HH.EXE ms-its::
but that doesn't help.
Could anybody give the correct syntax?
I try to run the VBA help for PowerPoint 2003 by means of a macro
in PowerPoint. This is my code:
Shell "D:\Windows\HH.exe D:\Program Files\Microsoft
Office\Office11\1033\VBAPP10.chm", vbNormalFocus
Basically it 'works' but it produces a lot of errors about 'invalid HTML
tag' and won't display any graphics in the help file (e.g. in the object
model).
I tried things like
HH.EXE -mapid 1001 ms-its:
and
HH.EXE ms-its::
but that doesn't help.
Could anybody give the correct syntax?