Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a custom made toolbar which I have just forgotten to attach back to my workbook when I closed it, now I can't find the toolbar to re-atacht it. I have looked under toolbar customise without any joy any help?? thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Anthony
pls check if your toolbar is still available (but hidden) by executing in the VBA immediate window: Application.commandbars("Mytoolbaraname").Enabled = true Application.commandbars("Mytoolbaraname").Visible= true If that does not work your toolbar might be in "limbo" or just plain lost. DM Unseen |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks very much, but I think its gone forever !!
"DM Unseen" wrote: Anthony pls check if your toolbar is still available (but hidden) by executing in the VBA immediate window: Application.commandbars("Mytoolbaraname").Enabled = true Application.commandbars("Mytoolbaraname").Visible= true If that does not work your toolbar might be in "limbo" or just plain lost. DM Unseen |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lost toolbar | Excel Discussion (Misc queries) | |||
Toolbar changes lost - help | Excel Discussion (Misc queries) | |||
Lost Address area/toolbar ?? | New Users to Excel | |||
Lost Toolbar / Right click disabled | Excel Discussion (Misc queries) | |||
Lost toolbar | Excel Programming |