+ Reply to Thread
Results 1 to 2 of 2

Copy&Past Cell Value from one Column to another using VBA

  1. #1
    Forum Contributor
    Join Date
    12-10-2008
    Location
    Austin
    Posts
    660

    Copy&Past Cell Value from one Column to another using VBA

    Hello all,

    I'm trying to paste values from D9:D to F9:F on the same sheet for

    thanks,

    bdb
    Last edited by bdb1974; 05-29-2009 at 01:45 PM.

  2. #2
    Forum Contributor
    Join Date
    12-10-2008
    Location
    Austin
    Posts
    660

    Re: Copy&Past Cell Value from one Column to another using VBA

    Ok, I found this.

    Sub TestDis()
    Sheets("Yard").Range("D9:D866").Copy
    Sheets("Yard").Range("F9:F866").PasteSpecial (xlPasteValues)
    Application.CutCopyMode = False
    End Sub
    This works fine.

    bdb

+ 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