Philosophaie
Active Member
- Joined
- Mar 5, 2010
- Messages
- 256
I have an Add-In that is linked to all workbooks. I need to access a function in the Add-In. This is what I have so far:
sFunc= "'filename.xlam'!" & fn1
res = Application.Run(sFunc, arg1,arg2)
I get an error:
"Cannot run the macro "'filename.xlam'!". The macro may not be availiable in this workbook or all macros may be disabled."
I am sure that my macro security level is at its lowest and my macros should run.
sFunc= "'filename.xlam'!" & fn1
res = Application.Run(sFunc, arg1,arg2)
I get an error:
"Cannot run the macro "'filename.xlam'!". The macro may not be availiable in this workbook or all macros may be disabled."
I am sure that my macro security level is at its lowest and my macros should run.
Last edited: