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
=======================================
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 38
Default Unactivating

To use cells as buttons while protecting their contents without dealing with
any of excel's inelegant and annoying error messages about changing the
contents of locked cells. In other words to have a cell that has it's
contents locked silently.

Buttons themselves are rather clumsy bulky things, okay for a couple or
three but more than that rapidly becomes a pain in the ass for alignment and
sizing as well as being visually repulsive.

While I could easily select some editable cell upon selection of the cell
acting as button there is a bit of a problem with this on a sheet that has
no unprotected cells, no place to go.

Another method, probably the one I will end up having to use, would be to
set the format of the button cell to some constant value, for example set
the format to """sort"";""sort"";""sort"";""sort""" then not only trap
selection events for this cell to invoke whatever it is I want to invoke but
also trap changes to the cell and simply clear it out every time someone
attempts to enter anything in it. There's problems with this as well.

--
Terry

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

"Bob Phillips" wrote in message
...
I'm intrigued. Why would you want to?

--

HTH

Bob Phillips

"Vasant Nanavati" wrote in message
...
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








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 02:27 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"