Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 38
Default Unactivating

Does anyone know a way to have a sheet with no selection and no cell
activated? A simple function, not a side effect of locking, protecting,
baying at the moon, or any of that. Merely be able to say something like
'Sheets("my_sheet").Deactivate' or whatever and end up with no ActiveCell
and no Selection?

--
Terry

"I said I never had much use for one,
I never said I didn't know how to use one."
M. Quigley


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 45
Default Unactivating

Hi Terry:

No.

Regards,

Vasant.

"Terry von Gease" wrote in message
...
Does anyone know a way to have a sheet with no selection and no cell
activated? A simple function, not a side effect of locking, protecting,
baying at the moon, or any of that. Merely be able to say something like
'Sheets("my_sheet").Deactivate' or whatever and end up with no ActiveCell
and no Selection?

--
Terry

"I said I never had much use for one,
I never said I didn't know how to use one."
M. Quigley




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 109
Default Unactivating

In VBA no problem. Just .Activate another sheet.

If this isn't exactly what you want (ie. there may be cells selected
in the sheet to come back to) Range("A1").Select will get you back to
the minimum possible.

NB. ActiveCell is a child of the Application Object.

"Terry von Gease" wrote in message ...
Does anyone know a way to have a sheet with no selection and no cell
activated? A simple function, not a side effect of locking, protecting,
baying at the moon, or any of that. Merely be able to say something like
'Sheets("my_sheet").Deactivate' or whatever and end up with no ActiveCell
and no Selection?


Regards
BrianB
=======================================
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



All times are GMT +1. The time now is 03:12 PM.

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"