Assigning the Help 4.0 file path in a protected project

T

Tony Seiscons

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
 
T

Tony C

Tony Seiscons said:
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

Apologies. The return e-mail address for this is out of data. I have
re-posted the question with a new address however this follow up post
also has my new correct e-mail address.
Tony C
 
G

Gord Dibben

Tony

Not much need for a correct email address.

Not too many responders are going to bother emailing you directly.

Also, posting with a real email address will delight the harvesters no end.

Munge your address when posting to new groups.

Gord Dibben Excel MVP
 
T

Tony C

Thanks, It's a sneakemail address that's unique to this group so I can
delete it if the spammers get hold of it anyway.
 

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