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().
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top