Select vs. Activate

jrnyman

Board Regular
Joined
Mar 10, 2002
Messages
105
What, if any, is the difference between the Select command and the Activate command?
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
On 2002-04-04 00:42, jrnyman wrote:
What, if any, is the difference between the Select command and the Activate command?
jrnyman,
You may select a whole range of cells, but make only one cell the active cell.
Eli
 
Upvote 0
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.
 
Upvote 0

Forum statistics

Threads
1,214,574
Messages
6,120,327
Members
448,956
Latest member
Adamsxl

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top