vincent2722
New Member
- Joined
- Jul 8, 2009
- Messages
- 4
Hello,
I have a worksheet that I frequently paste data into so that it can be used by another sheet in the workbook. I've inserted a procedure to change numbers stored as text into values into the worksheet object, and it works perfectly when I paste the data into the sheet. However, if I delete the entered data and try to paste more data again to replace the original, the change event does not fire.
I can, of course, open up the VBE and stop the procedure and try pasting again and it works fine. My question is if there is some way to get the event to fire again in the same session when I paste more data.
Thanks for your help in advance!
Vince
I have a worksheet that I frequently paste data into so that it can be used by another sheet in the workbook. I've inserted a procedure to change numbers stored as text into values into the worksheet object, and it works perfectly when I paste the data into the sheet. However, if I delete the entered data and try to paste more data again to replace the original, the change event does not fire.
I can, of course, open up the VBE and stop the procedure and try pasting again and it works fine. My question is if there is some way to get the event to fire again in the same session when I paste more data.
Thanks for your help in advance!
Vince