Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an XLA with User Defined Functions in it. Upon loading I attempt to
load one of the function into a function category in Excel (UDF category 14) When Excel starts up and opens the XLA I get an error message in the ThisWorkbook module: "Run time Error 1004: Cannot edit a macro on a hidden workbook. Unhide the workbook using the Unhide command" The code is as follws: Private Sub Workbook_Open() Application.MacroOptions Macro:="VowelCount", Category:=14 End Sub Why is this happening? The XLA is obviously hidden. Do I have to momentarily unihde it to add the funciton and then hide it again? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel loading on start up | Excel Discussion (Misc queries) | |||
Excel loading on start up | Excel Discussion (Misc queries) | |||
Automaion Addin not loading properly!! | Excel Programming | |||
Excel Addins Not Loading on Start | Excel Programming | |||
Loading UserForm on start up. | Excel Programming |