![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Location: Boston, MA
Posts: 105
|
What, if any, is the difference between the Select command and the Activate command?
|
|
|
|
|
|
#2 | |
|
Board Regular
Join Date: Mar 2002
Posts: 1,805
|
Quote:
You may select a whole range of cells, but make only one cell the active cell. Eli |
|
|
|
|
|
|
#3 |
|
Banned
Join Date: Feb 2002
Posts: 1,582
|
Hi jrnyman
If you think you are confused now, wait to you read this Select is a method that is used to select an Object, Sheet, Worksheet, Range etc This would normally also make the Object Active. The exception is the range where you could select any number of cells, but only one of these could ever be active. The Selected Object can then be passed back to the Selection Property which can then become the Object. Selection is a bit like a Variable that can store most of Excels Objects. Activate is also a Method that can be used in a very similar way. You could have a range of cells Selected and quite easily change the Active cell to any other cell within the Selection, without changing the Range Object that would be passed to the Selection Property. |
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Mar 2002
Location: Boston, MA
Posts: 105
|
Thanks, Dave. That makes a lot of sense and clears things up.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|