View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tony Seiscons Tony Seiscons is offline
external usenet poster
 
Posts: 9
Default Assigning the Help 4.0 file path in a protected project

To use context help in a 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?

Tony