Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default selecting ActiveSheet.UsedRange

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default selecting ActiveSheet.UsedRange

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default selecting ActiveSheet.UsedRange

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default selecting ActiveSheet.UsedRange

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 59
Default selecting ActiveSheet.UsedRange

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default selecting ActiveSheet.UsedRange

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to reset the activesheet usedrange value Gary Keramidas[_4_] Excel Programming 5 September 28th 05 03:08 PM
usedRange GC Excel Programming 2 March 31st 05 01:44 PM
usedrange Mike[_94_] Excel Programming 4 February 17th 05 03:59 PM
UsedRange Damien McBain Excel Programming 3 July 4th 04 01:55 PM
Usedrange Terry VanDuzee Excel Programming 6 August 10th 03 05:57 PM


All times are GMT +1. The time now is 12:40 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"