View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul James[_3_] Paul James[_3_] is offline
external usenet poster
 
Posts: 58
Default removing and replacing toolbars

I've got an application in which I've removed most of the normal Excel
screen objects like row and column headers, worksheet tabs and scroll bars,
because I give the users command buttons and hyperlinks to navigate around
the app. I would also like to remove all toolbars, but then have those same
toolbars reappear whenever the user opens any other workbook after my
application has closed. Is there a way to do this with VBA?

Thanks in advance,

Paul