Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
gm,
You can do this in a text box in a UserForm, with code. You could put the cell contents into the text box, and update the cell as necessary in code, with each keystroke. Private Sub TextBox1_Change() End Sub -- Earl Kiosterud www.smokeylake.com "gm139" wrote in message ... Does anybody know how it is possible to get an event any time I change a character in a cell. Of course the event has to be returned without pressing any termination key (return or tab). Thanks Maurizio -- gm139 ------------------------------------------------------------------------ gm139's Profile: http://www.excelforum.com/member.php...o&userid=26951 View this thread: http://www.excelforum.com/showthread...hreadid=401702 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I had template that when you changed date of the event, it automa. | Excel Worksheet Functions | |||
Trigger an event when a cell's value is changed. | Excel Programming | |||
Event for a file being changed? | Excel Programming | |||
worksheet_change event when multiple cells changed (pasted) | Excel Programming | |||
Change Event.....Cell character count | Excel Programming |