+ Reply to Thread
Results 1 to 2 of 2

Macro to encode in last blank cell up to the last used row.

  1. #1
    Registered User
    Join Date
    05-05-2014
    Location
    Philippines
    MS-Off Ver
    Excel 2010
    Posts
    5

    Macro to encode in last blank cell up to the last used row.

    I have a worksheet that contains data but column E has blank cells. i want to automatically encode on the last blank cell in column E up to the last used row.
    i am using the ff. code to select the last blank cell in column E:
    Range("E1").End(xlDown).Offset(1, 0).Select

    i am using the ff. code to select the last used row:
    ActiveSheet.UsedRange.Rows.Select

    but it doesn't work.

    in my excel file, all i want to do is to encode "ECASE-UNUSABLE-UPD" in cell E61:1549 , wherein E61 = is the last blanck cell & E1549 = is the last used row.

    please help.

    thanks.

  2. #2
    Registered User
    Join Date
    05-05-2014
    Location
    Philippines
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Macro to encode in last blank cell up to the last used row.

    By the way here's the attachment
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Is there a native way to encode an object as a JSON string?
    By XmisterIS in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-01-2014, 05:32 AM
  2. How to encode an xml from UCS to UTF-8
    By kalai1587 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-31-2013, 12:09 PM
  3. how to encode output file to utf-8
    By gak in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-25-2012, 09:45 AM
  4. Encode Text Of Body Of Email Into HTML
    By WJO in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-14-2012, 02:27 PM
  5. Text File Encode to UTF-8_Unicode specific
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-16-2005, 06:10 AM

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