ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Lost Toolbar (https://www.excelbanter.com/excel-programming/333138-lost-toolbar.html)

Anthony

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

DM Unseen

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


Anthony

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