Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default VBA - Left Shift to be Activated when Sheet is selected.

VBA - Left Shift to be Activated when Sheet is selected.
I would like have the Left Shift to be Activated (Down) when a Perticular WorkSheet is selected.
I would also like to know if it's possible to trap KeyDown Events or Mouse Click Events in a WorkSheet?
Does anyone have any suggestions?

thanks
Brad


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default VBA - Left Shift to be Activated when Sheet is selected.

The SelectionChange event will capture selecting a cell. This would be
trigger regardless of the method of selection, but includes clicking the
mouse on a cell. Other than that, there is no built in event to capture
mouse events or keyboard event. You would probably need to subclass Excel
to get this type of control

Not sure what a Left Shift Activated would accomplish or how that would be
done. It isn't a toggle like Shift Lock or Num Lock.

--
Regards,
Tom Ogilvy

"BradWarr" wrote in message
...
VBA - Left Shift to be Activated when Sheet is selected.
I would like have the Left Shift to be Activated (Down) when a Perticular

WorkSheet is selected.
I would also like to know if it's possible to trap KeyDown Events or Mouse

Click Events in a WorkSheet?
Does anyone have any suggestions?

thanks
Brad




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
Auto-ID and Delete/left shift cells when a cell contains text? IndyToothDoc Excel Discussion (Misc queries) 0 June 29th 09 06:06 PM
When I hit shift + left click highlighted object stuck. Shawn Andros Excel Discussion (Misc queries) 1 July 7th 06 11:47 PM
How can I shift my data line to the left? bmeril Charts and Charting in Excel 1 January 19th 06 07:59 PM
Delete a blank cell and shift left jrb Excel Programming 8 February 28th 04 12:20 PM
Delete a blank cell and shift left jrb[_2_] Excel Programming 1 February 26th 04 09:52 PM


All times are GMT +1. The time now is 03:20 AM.

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

About Us

"It's about Microsoft Excel"