+ Reply to Thread
Results 1 to 5 of 5

Need to find text in column U and move it 19 columns to the left

Hybrid View

  1. #1
    Valued Forum Contributor StevenM's Avatar
    Join Date
    03-23-2008
    Location
    New Lenox, IL USA
    MS-Off Ver
    2007
    Posts
    910

    Re: Need to find text in column U and move it 19 columns to the left

    Something like this?

    Sub copyU2B()
        Range("U:U").Copy Range("B:B")
        Range("U:U").Delete
    End Sub

  2. #2
    Registered User
    Join Date
    05-17-2012
    Location
    Long Beach, California
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Need to find text in column U and move it 19 columns to the left

    No, that would copy the blanks and paste over program commands in Col.B.

    I've included a sample file which shows the existing condition and how it should end up.
    The text which needs to move has been formatted red.
    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)

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