Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've created a set of custom functions, a new menu bar to allow them to be
accessed and run, protected the workbook and saved it as an .xla file. Everything works fine. When I copy the .xla and load it as an add-in on another machine: no custom menu, no macros. Does anyone have any ideas what I might be doing wrong. Everything I've checked says I'm doing it right but it's just not happening. Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You either have to attach the custom toolbar to your addin or create it with
code in the addin. the functions must be in the addin as well. -- Regards, Tom Ogilvy "SJC" wrote: I've created a set of custom functions, a new menu bar to allow them to be accessed and run, protected the workbook and saved it as an .xla file. Everything works fine. When I copy the .xla and load it as an add-in on another machine: no custom menu, no macros. Does anyone have any ideas what I might be doing wrong. Everything I've checked says I'm doing it right but it's just not happening. Thanks in advance |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for the reply. I thought I had done that. I've tried creating the
custom menu prior to saving the file as an .xla. The function modules were all created before I saved the .xla also. Does this sound right? Is there something other than saving the file in .xla format that I need to do to tell it what the add in components are? Regards, SJC "Tom Ogilvy" wrote in message ... You either have to attach the custom toolbar to your addin or create it with code in the addin. the functions must be in the addin as well. -- Regards, Tom Ogilvy "SJC" wrote: I've created a set of custom functions, a new menu bar to allow them to be accessed and run, protected the workbook and saved it as an .xla file. Everything works fine. When I copy the .xla and load it as an add-in on another machine: no custom menu, no macros. Does anyone have any ideas what I might be doing wrong. Everything I've checked says I'm doing it right but it's just not happening. Thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Colon at the end of excel file name(ex: problem.xls:1, problem.xls | New Users to Excel | |||
Started out as an Access problem. Now an Excel problem | Excel Discussion (Misc queries) | |||
problem with a conditional max problem | Excel Discussion (Misc queries) | |||
Problem when multipple users access shared xl-file at the same time, macrocode for solve this problem? | Excel Programming |