+ Reply to Thread
Results 1 to 6 of 6

selecting ActiveSheet.UsedRange

  1. #1
    Gary''s Student
    Guest

    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. #2
    Bernie Deitrick
    Guest

    Re: selecting ActiveSheet.UsedRange

    Ctrl-End, then Shift-Ctrl-Home

    or

    Ctrl-Home, then Shift-Ctrl-End

    HTH,
    Bernie
    MS Excel MVP


    "Gary''s Student" <[email protected]> wrote in message
    news:[email protected]...
    > 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. #3
    Stefano Gatto
    Guest

    RE: 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


  4. #4
    Jim Thomlinson
    Guest

    RE: 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


  5. #5
    Peter T
    Guest

    Re: 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" <[email protected]> wrote in message
    news:[email protected]...
    > 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. #6
    Gary''s Student
    Guest

    RE: 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


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1