ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   determinate if pop up menu exists (https://www.excelbanter.com/excel-programming/281481-determinate-if-pop-up-menu-exists.html)

GUS

determinate if pop up menu exists
 
I have made a pop up menu which is called by (workbook activate)
How can i determinate whith vba if the pop up menu exists in order not to
create it again when the workbook is reactivate .
p.s. I don't want for some reasons to put the code at (workbook open).



Bob Phillips[_5_]

determinate if pop up menu exists
 
Gus,

Here is one way

Set cbcCustomMenu = Application.CommandBars("Worksheet Menu
Bar").Controls("MyMenu")
If cbcCustomMenu Is Nothing Then
'add your menu item
End If

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"GUS" wrote in message
...
I have made a pop up menu which is called by (workbook activate)
How can i determinate whith vba if the pop up menu exists in order not to
create it again when the workbook is reactivate .
p.s. I don't want for some reasons to put the code at (workbook open).






All times are GMT +1. The time now is 02:42 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com