View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 1,726
Default Delete textbox after exit

Use Application.OnTime to trigger procedure to run in say 1 sec that
deletes that textbox.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



wrote in message
ups.com...
Is there a way in VBA to delete a worksheet textbox after you exit it.
I've tried the KeyPress event but it gives me a error and excel has to
shut down. I think the error has to do with the fact that I am
deleting the textbox that triggered the event but I'm not sure. Any
help would be greatly appreciated.