View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Roger[_9_] Roger[_9_] is offline
external usenet poster
 
Posts: 2
Default Calling a sub from a addin in vba

I have created an addin from a sub() that I wrote in vba.

Now I want to create a button that runs the sub.

What must I put in the macro run box?

Addin name : addin
Project name : project
sub name : work()

Thanks