Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
dan dan is offline
external usenet poster
 
Posts: 866
Default doubleclick mrehod

According to Microsoft VB help the below should send a double click - but
this is not working - any idea how I can send a double click on a cell in
Excel.

Thnaks
Dan

Worksheets("Sheet1").Activate
Application.DoubleClick

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 140
Default doubleclick mrehod

Hi Dan

Taken from the VBE help section
"This example double-clicks the active cell on Sheet1."

all that that does is simulates a user dbl Clicking the Active Sheet, which
will not do anything unless you have written an event handler for the
Sheet1_DblClick event

HTH

"Dan" wrote:

According to Microsoft VB help the below should send a double click - but
this is not working - any idea how I can send a double click on a cell in
Excel.

Thnaks
Dan

Worksheets("Sheet1").Activate
Application.DoubleClick

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default doubleclick mrehod

Dan,
Yes, Excel 2002 that seems to do nothing.
Depends what you are trying to achieve ??

SendKeys "{F2}"

NickHK

"Dan" wrote in message
...
According to Microsoft VB help the below should send a double click - but
this is not working - any idea how I can send a double click on a cell in
Excel.

Thnaks
Dan

Worksheets("Sheet1").Activate
Application.DoubleClick



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ON.DOUBLECLICK function C Brandt Excel Discussion (Misc queries) 8 May 20th 07 12:27 AM
DoubleClick Method? mickey Excel Programming 4 February 1st 07 03:39 PM
doubleclick PH NEWS Excel Worksheet Functions 1 March 10th 06 11:54 AM
Disable Doubleclick Brandon[_5_] Excel Programming 7 January 4th 04 05:27 AM
Before DoubleClick John Pierce Excel Programming 1 October 28th 03 01:47 PM


All times are GMT +1. The time now is 03:40 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"