Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tom, thank you very much, easy when you know how!
Rob "Tom Ogilvy" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disappearing toolbar icon | Excel Discussion (Misc queries) | |||
Adjusting toolbar size, restore toolbar | Excel Discussion (Misc queries) | |||
Odd toolbar icon behaviour | Excel Discussion (Misc queries) | |||
Icon in toolbar | Excel Programming | |||
Add Icon to Toolbar | Excel Programming |