J
JonWestcot
Hi all:
I'm having a lot of trouble accessing Sub routines in an Addin from a
worksheet. For some reason, I can access the any Functions just fine like so:
=AddinFunctionName()
But, I cannot access similar Subs with what I thought was the correct syntax:
AddinSubName
When I try the latter, I get a compiler error.
ANY help will be greatly appreciated!
Thanks!
Jon
I'm having a lot of trouble accessing Sub routines in an Addin from a
worksheet. For some reason, I can access the any Functions just fine like so:
=AddinFunctionName()
But, I cannot access similar Subs with what I thought was the correct syntax:
AddinSubName
When I try the latter, I get a compiler error.
ANY help will be greatly appreciated!
Thanks!
Jon