View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tony C[_3_] Tony C[_3_] is offline
external usenet poster
 
Posts: 5
Default Setting the Help 4.0 file name and path in a locked project

To use context help (Whats this help) in an Excel VBA form I can
assign the help 4.0 file name and path using

Activedocument.vbProject.helpfile = <file name and path

However this doesn't work if the project is locked or protected as the
vbProject properties are protected. How can I do this with a
protected project?

(Note: this was posted yesterday but the return e-mail address was an
old one that had been canceled).

Tony C