View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
WANNABE WANNABE is offline
external usenet poster
 
Posts: 10
Default How to assign a macro to a button

I have a procedure that consists of 4 subs, they are all saved in a module
"Update", the first sub calls out to the others in order. I would like to
run this from a button on the spreadsheet. However when I create the
button, and select 'view code' it creates a macro in the spreadsheet. Can
this be redirected to run from the module or can I call my Update module
from it, and please tell me how ???