Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In VBA I can select activesheet.usedrange with
ActiveSheet.UsedRange.Select How can I accomplish this on the worksheet without VBA? -- Gary's Student |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ctrl-End, then Shift-Ctrl-Home
or Ctrl-Home, then Shift-Ctrl-End HTH, Bernie MS Excel MVP "Gary''s Student" wrote in message ... In VBA I can select activesheet.usedrange with ActiveSheet.UsedRange.Select How can I accomplish this on the worksheet without VBA? -- Gary's Student |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The closest I can think of is to:
go to cell A1 (Ctrl + Home) then hit F5 (or Ctrl + G) hit Special Cells button, Select Last Cell Hold down the Shift key Hit OK -- HTH... Jim Thomlinson "Gary''s Student" wrote: In VBA I can select activesheet.usedrange with ActiveSheet.UsedRange.Select How can I accomplish this on the worksheet without VBA? -- Gary's Student |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you all very much.
-- Gary''s Student "Jim Thomlinson" wrote: The closest I can think of is to: go to cell A1 (Ctrl + Home) then hit F5 (or Ctrl + G) hit Special Cells button, Select Last Cell Hold down the Shift key Hit OK -- HTH... Jim Thomlinson "Gary''s Student" wrote: In VBA I can select activesheet.usedrange with ActiveSheet.UsedRange.Select How can I accomplish this on the worksheet without VBA? -- Gary's Student |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try
ctrl-Home then Shift-ctrl-End -- Stefano Gatto "Gary''s Student" wrote: In VBA I can select activesheet.usedrange with ActiveSheet.UsedRange.Select How can I accomplish this on the worksheet without VBA? -- Gary's Student |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I was going to suggest similar.
FWIW, the topLeftCell of the usedrange is not necessarily A1. Can't think of a keyboard method to reliably select the UR if it starts below & to right of A1 and the top row & left col of the UR are empty except for formats. Regards, Peter T "Stefano Gatto" wrote in message ... Try ctrl-Home then Shift-ctrl-End -- Stefano Gatto "Gary''s Student" wrote: In VBA I can select activesheet.usedrange with ActiveSheet.UsedRange.Select How can I accomplish this on the worksheet without VBA? -- Gary's Student |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to reset the activesheet usedrange value | Excel Programming | |||
usedRange | Excel Programming | |||
usedrange | Excel Programming | |||
UsedRange | Excel Programming | |||
Usedrange | Excel Programming |