View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rich Rich is offline
external usenet poster
 
Posts: 298
Default migrate xls app 2003 to 2007 -- get custom macro button out of des

I created an Excel 2003 app with tons of VBA and custom macro buttons that
lie within the sheets. One user at my place has Excel 2007. I went to the
trust center and enabled macros and trusting VBA object models... When I
place the mouse over a custom macro button and then try to click on the
button all it does is to select the button in design mode. How do I get out
of the design mode and get to the mode where I can run the macro when I click
on the button?

Thanks,
Rich