Missing images in help and missing links (NEWBIE)

C

Claude Vernier

Hi

I'm new to VBA, I'm working in a big organization and several people use help in VBA for Word and Excel
They open a module from the VB Code Editor inside Excel for example, and they type
sub Test
inputbo
end su

The double-click INPUTBOX and press F1, they end up with a help window where all images are missing and if they click on hyperlinks, a javascript pops-out, I right-clicked a missing image and looked at the properties, it looks like

mk:mad:MSITStore:C:\PROGRA~1\COMMON~1\MICROS~1\VBA\VBA6\1033\VbLR6.chm::/html/vafctInputBox.ht

I look at the file: VbLR6.chm, it exist
Anyone has any idea of this problem ??

Please help me
Claude Vernie
 
A

Andrew Cushen

Claude-

Have you tried a HELP|DETECT AND REPAIR on the affected
machines? How about a Re-install/Add Components and making
sure everything in the VBA Help/programming Help area is
set to "run all from my machine" for each Office app you
want to program? (Not sure of exact wording, I'm doing
this from memory)

That's what I'd try first.


-Andrew Cushen
========================================
-----Original Message-----
Hi,

I'm new to VBA, I'm working in a big organization and
several people use help in VBA for Word and Excel.
They open a module from the VB Code Editor inside Excel for example, and they type:
sub Tests
inputbox
end sub

The double-click INPUTBOX and press F1, they end up with
a help window where all images are missing and if they
click on hyperlinks, a javascript pops-out, I right-
clicked a missing image and looked at the properties, it
looks like:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top