Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Error when adding custom help file to custom function

I created a function in VB and wanted to add a help file, so that when you
pull the function up in "insert function" you could click on "help with this
function" it pulls up the function. After some digging I discovered how to
do this:

right click "VBAProject (MyAdd-in)"
VBAProject Properties...
Help file name (browse to help file)
assign context id

Then, in the code window,
bring up object explorer (F2),
navigate to my function,
right click, select "Properties...",
and enter context id assigned above.
(Note at this point that the "Help File" field, which can't be edited,
contains the same file location entered in the VBAProject Properties above...)

save project, flip back to excel, insert function, find mine, click "help
with this function" and viala it works.

Now the weirdness starts.

When I close and reopen excel, try to click "help with this function" again
and I get this error:

"Cannot open the file: mk:MSITStoC:\Program Files\Microsoft
Office\Office12\????."

So I try everthing I can find about this error (.ocx files, reregistering,
MJ's Tools, etc.) and nothing works.

When I navigate back to VBAProject Properties, the help file address is
still fine.
However when I go to the properties for my function, the "Help File" field
now reads "????" instead of the help file from VBAProject Properties.

So I go back to VBAProject Properties and enter "test" in the help file
field. I check my function and "Help File" now reads "test". I save and go
back to excel. Try clicking the link and low and behold I get this error:

"Cannot open the file: mk:MSITStoC:\Program Files\Microsoft
Office\Office12\test"

So when I reload excel it is corrupting the address for the help file for my
function and apparently the only way to resolve it is to load and resave in
VBA everytime I open excel (not exactly convenient)

So how does one get word to MS that there is something screwed up in excel?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding custom list and text boxes to the custom tool bar from Excel C API Mousam Excel Discussion (Misc queries) 0 August 7th 07 09:19 AM
Adding custom list and text boxes to the custom tool bar from Excel C API Mousam Excel Programming 0 August 6th 07 10:05 AM
adding custom images to a button on custom toolbar Mousam Excel Programming 1 July 13th 07 04:28 PM
Adding IF statement to custom function (VBA)? [email protected] Excel Programming 3 October 11th 06 11:02 PM
Custom Function - Adding Help Information Tom Ogilvy Excel Programming 0 April 14th 05 03:47 PM


All times are GMT +1. The time now is 02:04 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"