Re: $$Excel-Macros$$ How to create a double click using VBA CODE without actually double clicking on the mouse

2011-12-14 Thread dguillett1
I do not understand what you want. Send a file with a full explanation and examples. Don Guillett SalesAid Software dguille...@gmail.com From: Aju Chacko Sent: Wednesday, December 14, 2011 12:24 AM To: excel macro forum Subject: $$Excel-Macros$$ How to create a double click using VBA CODE

Re: $$Excel-Macros$$ How to create a double click using VBA CODE without actually double clicking on the mouse

2011-12-14 Thread rajan verma
hi what do you want instead of Double Click.. when event will be fire? Rajan On 12/14/11, dguillett1 dguille...@gmail.com wrote: I do not understand what you want. Send a file with a full explanation and examples. Don Guillett SalesAid Software dguille...@gmail.com From: Aju Chacko

RE: $$Excel-Macros$$ How to create a double click using VBA CODE without actually double clicking on the mouse

2011-12-14 Thread Asa Rossoff
Hi Aju, This is a curious request. It sounds like perhaps you are asking the wrong question :) -- The purpose of an event is to start execution of VBA code when a certain triggering event occurs, such as a user action, calculation, opening of a file, etc. You are asking if you can emulate a user

Re: $$Excel-Macros$$ How to create a double click using VBA CODE without actually double clicking on the mouse

2011-12-14 Thread NOORAIN ANSARI
Dear Aju, Please find attached Worksheet Event Example sheet, HTH, -- Noorain Ansari *http://excelmacroworld.blogspot.com/*http://excelmacroworld.blogspot.com/ *http://noorain-ansari.blogspot.com/* http://noorain-ansari.blogspot.com/ On Wed, Dec 14, 2011 at 11:54 AM, Aju Chacko

$$Excel-Macros$$ How to create a double click using VBA CODE without actually double clicking on the mouse

2011-12-13 Thread Aju Chacko
Dear experts, Kindly help me with vba code for the following problem ,I have created a macro *that trap the event DOUBLE CLICKING* of mouse,But i want to optimize in such a way that the *user need not double click each time with the mouse*,Instead I want to create *double click