Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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?


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default Unselect? Deselect?

There is always something selected in a worksheet. An active sheet must
always have an active cell. Even when you select the textbox the active cell
remains. The only way to unselect a range is to select a different range.
What part of your code (post your code) is having a problem with the textbox
being selected.
--
HTH...

Jim Thomlinson


"jayklmno" wrote:

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?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deselect (Unselect) Cells gtabmx Excel Discussion (Misc queries) 15 January 6th 10 02:13 PM
Unselect Cells bobwilson[_12_] Excel Programming 6 April 4th 06 12:02 AM
How to unselect? Kou Vang[_2_] Excel Programming 3 January 26th 06 02:54 PM
ActiveChart.Deselect won't Deselect Mark Stephens Charts and Charting in Excel 2 June 16th 05 02:54 AM
Unselect a Cell?????? Andoni[_25_] Excel Programming 3 September 3rd 04 07:49 PM


All times are GMT +1. The time now is 04:15 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"