remove an asigned macros

  • Thread starter Thread starter cavalier
  • Start date Start date
C

cavalier

I have assigned a macro to an object in excel 2003.
now i want to remove this assigned macro from this object (spin botton)
how can i do this
 
Right-click on spinner* > Assign Macro
Press Delete to clear > OK
*assume its from the forms toolbar

If you meant to remove the macro altogether, then:
Right-click > Assign Macro > Edit
will bring you to VBE
with the assigned macro highlighted in vbaproject
Right-click on it > Remove (macro name) ...
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:19,000 Files:362 Subscribers:62
xdemechanik
 

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

Back
Top