+ Reply to Thread
Results 1 to 4 of 4

Change XLUP column

  1. #1
    Registered User
    Join Date
    11-22-2009
    Location
    Newcastle,England
    MS-Off Ver
    Excel 2003
    Posts
    78

    Change XLUP column

    With the current code:

    The xlup utilises column A for data, However I have data in Column C at row 9.

    How do i edit xlup to look for the next empty cell after column C row 9?

    Please Login or Register  to view this content.
    Altering ActiveSheet.Range("A22") does nothing =[

  2. #2
    Valued Forum Contributor JeanRage's Avatar
    Join Date
    03-02-2009
    Location
    Nice, France
    MS-Off Ver
    Excel 2003
    Posts
    705

    Re: Change XLUP column

    Hi,

    To find the first empty row in column C
    Range("C65536").End(xlUp).Offset(1, 0).Select
    HTH

  3. #3
    Registered User
    Join Date
    11-22-2009
    Location
    Newcastle,England
    MS-Off Ver
    Excel 2003
    Posts
    78

    Re: Change XLUP column

    I tried the code but keep getting an error here:

    Please Login or Register  to view this content.

  4. #4
    Valued Forum Contributor JeanRage's Avatar
    Join Date
    03-02-2009
    Location
    Nice, France
    MS-Off Ver
    Excel 2003
    Posts
    705

    Re: Change XLUP column

    Hi,

    You can test following possibility ...
    Please Login or Register  to view this content.
    Last edited by DonkeyOte; 12-18-2009 at 06:19 AM. Reason: CODE tags rather than QUOTE tags please

+ 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