+ Reply to Thread
Results 1 to 4 of 4

Method 'range' of object '_global' failed.

  1. #1
    Forum Contributor
    Join Date
    09-19-2010
    Location
    Philadelphia, PA
    MS-Off Ver
    Excel 2007
    Posts
    140

    Method 'range' of object '_global' failed.

    Hey all,

    I have cells in column A like this:

    John, Merlino
    UNKNOWN SPOUSE OF John Merlino


    I have this macro:

    Please Login or Register  to view this content.
    I have this macro because there could be other things I want to clean out of cell in future so i can easily just add it to this list.

    Problem is when I run this macro, I get this error:

    Method 'range' of object '_global' failed.
    Last edited by johnmerlino; 02-25-2011 at 02:10 PM.

  2. #2
    Valued Forum Contributor
    Join Date
    10-13-2010
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2007 (Home) / 2003 (Work)
    Posts
    740

    Re: Method 'range' of object '_global' failed.

    Try 'cells' instead of 'range':

    Please Login or Register  to view this content.
    Does that work?

  3. #3
    Forum Contributor
    Join Date
    09-19-2010
    Location
    Philadelphia, PA
    MS-Off Ver
    Excel 2007
    Posts
    140

    Re: Method 'range' of object '_global' failed.

    Thanks for reply, but your solution doesn't go through the length of column a. for example, if there's two cells in column a, it will only modify the last cell into column b.

  4. #4
    Forum Contributor
    Join Date
    09-19-2010
    Location
    Philadelphia, PA
    MS-Off Ver
    Excel 2007
    Posts
    140

    Re: Method 'range' of object '_global' failed.

    Actually I got it working with a for loop. Thanks for replies

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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