Thread: Right Click
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Francis Ang[_3_] Francis Ang[_3_] is offline
external usenet poster
 
Posts: 75
Default Right Click

Anash,

My approaach was the same as advised by Chip Pearson.

Thanks for the help, Chip.



"Chip Pearson" wrote:

Use ALT+F11 to open the VBA Editor, then CTRL+G to display the Immediate
window. In that window, enter each of the following and press ENTER after
each line

application.CommandBars("cell").Enabled=true
application.CommandBars("cell").Reset

--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)


"Akash" wrote in message
ups.com...
HOW HAVE YOU DONE THAT...
CAN U SHARE THE SAME WITH ME

AKASH

On Jan 6, 5:39 am, Francis Ang
wrote:
It is OK. I have managed to find the solution from one of the previous
posting.

"Francis Ang" wrote:
I made blunder and now when I right click my mouse nothing happen. How
do I
make the PopUpMenu appear when I right click my mouse? Any help is
very much
appreciated.