View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Hank[_2_] Hank[_2_] is offline
external usenet poster
 
Posts: 21
Default Custom Menu Focus

I have created a custom menu that work fine except ...
when double clicking on a cell to get focus to type in that cell. Then
the custom menu will not open.
I notice most of the other menus (font, print, file, etc) work fine when
this happens.
The reason I made the menu was to open a form that has prepared statements
to input into the selected cell. It is frustrating to stop typing in the 1st
cell- click on another cell - then click on the 1st cell again to input the
statement.

Where did I go wrong?

Hank