+ Reply to Thread
Results 1 to 3 of 3

resize from active cell to range?

Hybrid View

Armitage2k resize from active cell to... 09-27-2009, 03:18 AM
DonkeyOte Re: resize from active cell... 09-27-2009, 03:20 AM
Armitage2k Re: resize from active cell... 09-27-2009, 03:23 AM
  1. #1
    Forum Contributor
    Join Date
    03-24-2009
    Location
    Vietnam
    MS-Off Ver
    Excel 2010
    Posts
    382

    resize from active cell to range?

    Hi!

    how can I resize a from my active cell to a specific cell (eg. L1) and select all the cells in between?
    I am using this code to select the last cell after my data (active cell is in column A).
    Range("G1").End(xlDown).Offset(0, -6).Select
    ActiveCell.Resize("L1").Select
    Anyway, the code doesnt work since it complains about the L1. How do I code this?

    thanks,
    A2k
    Last edited by Armitage2k; 09-27-2009 at 03:23 AM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: resize from active cell to range?

    Perhaps you mean...

    Range(ActiveCell,Range("L1")).Select

  3. #3
    Forum Contributor
    Join Date
    03-24-2009
    Location
    Vietnam
    MS-Off Ver
    Excel 2010
    Posts
    382

    Re: resize from active cell to range?

    you know, its really getting boring when you always solve my problems so fast :D makes me feel like a total goof for not figuring out myself.... T_T

    thanks a lot!!
    A2k

+ 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