Right Click menu doesn't appear in Page Break View

E

ExcelMonkey

I remember discussing this a while back in this forum. I have built a right
click menu which works fine when I am in Normal View. What can I do to
enusure that my menu works during the Page Break View? Currently it does not
load while in this view. Here is part of the code I use. Does it revolve
around making this more dynamic?

Set ctrl = Application.CommandBars("Cell").Controls.Add _
(Type:=msoControlPopup, Before:=5)
ctrl.Caption = "Other Utilites..."
ctrl.BeginGroup = True

Thanks

EM
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top