RUNADDON() Problem

F

FatMan

I'm trying to call RUNADDON() and I'm getting -

"Sub, Function, or Property not defined (Error 35)"

what am I doing wrong ?

Thanks
 
M

Mark Nelson [MS]

RunAddon() is a Shapesheet function. If you want to do the same thing in
code, you need to use the Run method of the Addon object as in Addon.Run().
 
Top