View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
okaizawa okaizawa is offline
external usenet poster
 
Posts: 129
Default Two menus appears in commandbar(Cells)

sorry for my mistake.

With .Controls.Add(Type:=msoControlPopup, befo=10)


With cb.Controls.Add(Type:=msoControlPopup, befo=10)
is correct.

--
okaizawa