View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vuka Vuka is offline
external usenet poster
 
Posts: 1
Default Double click in cell using VBA

I require to double click in a cell with VBA code. The excel help explain
the following: Worksheets("Sheet1").Activate
Application.DoubleClick
This however do not work.

Can someone help?