View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Toolbar Icon Size

application.CommandBars.LargeButtons = False

--
Regards,
Tom Ogilvy

"Rob" wrote in message
...
Hello,

Is there VBA code that I could run when a file opens to replicate the
following menu items that set the toolbar icons to normal size:

Tools, Customize, Options Tab, uncheck Large Icons


Thanks, Rob