View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default i want to know about "beforedoubleclick" event

What more do you want to know? The event fires when you double
click a cell. The Range argument is a reference to the cell in
which you double-clicked. Cancel is used to cancel the default
double-click action. Set Cancel to True if you want to disable
the usual double-click action (most of the time you do want to
cancel the action). Set it to False if you want the default
action to occur.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"gopal singh" <gopal wrote in
message
...