Hi Folks,

I'm new to the land of VBA and wonder if someone can help me:

I have an excel add in dll that contains a number of functions etc. I can call these functions from the sheet directly with no problem using syntax such as:

Code:
=MyRoutine("String1", "String2", True, "String3")
However, when I call this routine from my VBA code I get an "Automation...