Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Folks,
I've written a subroutine which I want to run automatically when the user enters data into, and then click off, cell A1. Can someone please provide me with an example as to how this is done? I suspect it's Lost Focus - any help is appreciated. Thanks much, Paul Silverman Melbourne Australia |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Paul
you need to use either the Worksheet_Change or the Worksheet_SelectionChange events in the Sheet Class module. Test for the target cell being A1. Search the Google archives; you'll see dozens of examples Regards Trevor "Paul Silverman" wrote in message ... Hi Folks, I've written a subroutine which I want to run automatically when the user enters data into, and then click off, cell A1. Can someone please provide me with an example as to how this is done? I suspect it's Lost Focus - any help is appreciated. Thanks much, Paul Silverman Melbourne Australia |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for your help. Much appreciated.
Paul "Trevor Shuttleworth" wrote in message ... Paul you need to use either the Worksheet_Change or the Worksheet_SelectionChange events in the Sheet Class module. Test for the target cell being A1. Search the Google archives; you'll see dozens of examples Regards Trevor "Paul Silverman" wrote in message ... Hi Folks, I've written a subroutine which I want to run automatically when the user enters data into, and then click off, cell A1. Can someone please provide me with an example as to how this is done? I suspect it's Lost Focus - any help is appreciated. Thanks much, Paul Silverman Melbourne Australia |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disable cell focus | Excel Discussion (Misc queries) | |||
Excel 2003 "file error: data may have been lost" after applying SP3 | Excel Discussion (Misc queries) | |||
Textbox focus lost | Excel Programming | |||
Cell Lost Focus | Excel Programming | |||
Highlight Cell on Focus | Excel Programming |