![]() |
Lost Toolbar
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 |
Lost Toolbar
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 |
Lost Toolbar
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 |
All times are GMT +1. The time now is 02:54 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com