Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can also use the "Selection" object as above:
Range("L59").Value = Selection.Cells.Count John Ο χρήστης "Corey" *γγραψε: Is there a way to have a cell(Say L59) display how many cells are selected. I am using the Ctrl + Mouse to select multiply cells, but want to know how many cells are in total slected. I tried: Private Sub Worksheet_SelectionChange(ByVal Target As Range) Range("L59").Value = ActiveCell.Count End Sub But it only seem to show - 1 and nevr changes when more than 1 cell is selected. -- Corey .... The Silliest Question is generally the one i forgot to ask |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Last ActiveCell | Excel Programming | |||
If activecell.column = variable then activecell,offset (0,1) | Excel Discussion (Misc queries) | |||
How to Revert to ActiveCell.Formula = format from ActiveCell.FormulaR1C1 = format | Excel Programming | |||
use of activecell | Excel Programming | |||
Activecell value | Excel Programming |