View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jayklmno jayklmno is offline
external usenet poster
 
Posts: 58
Default Unselect? Deselect?

I have a locked spreadsheet and the last thing people do it type data into a
textbox. They are unable to select anything else so when the macro runs, this
box remaining selected causes problems with the macro.

If I have a textbox active, how do I go about unselecting it and having
nothing selected on the worksheet?

I have tried unsuccesfully various focus commands and even "unselect." any
help?