Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
How do I count how many cells the command Range(Selection, Selection.End(xlToRight)).Select has selected? Thanks Wendy |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try
Msgbox Range(Selection, Selection.End(xlToRight)).Cells.Count -- Jacob "Wendy" wrote: Hi How do I count how many cells the command Range(Selection, Selection.End(xlToRight)).Select has selected? Thanks Wendy |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
After running that line it would just be
Selection.Cells.Count Tim "Wendy" wrote in message ... Hi How do I count how many cells the command Range(Selection, Selection.End(xlToRight)).Select has selected? Thanks Wendy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with counting cells in a selected range | Excel Programming | |||
Multiple cells or columns are selected instead of selected cell or | Excel Discussion (Misc queries) | |||
counting spercific charaters in selected cells | Excel Programming | |||
Macro to take selected cells times a selected cell | Excel Programming | |||
Counting selected entries | Excel Programming |