+ Reply to Thread
Results 1 to 5 of 5

VBA amendment to paste values only?

  1. #1
    Registered User
    Join Date
    03-01-2019
    Location
    Nottingham, England
    MS-Off Ver
    2016/365
    Posts
    83

    VBA amendment to paste values only?

    Hi Guys,

    This is my first post and I'm not really sure how to go about copying the VBA code so it actually looks like code as I see on other posts but here's the crux of it;

    I am currently using a "Private Sub Worksheet_Change(ByVal Target As Range)" to automatically move the data in a column on sheet 1 to sheet to based on a drop down selection.

    The code works perfect only I have now realised that I could do with it pasting the data as special paste values only...

    Does anyone have any suggestions of how to edit this 'copy paste' coding to make it paste values only?


    Range("A" & Target.Row & ":K" & Target.Row).Copy Sheets("Sheet2").Range("A" & LrowCompleted + 1)


    Any help would be much appreciated!

    Thanks

    Neil

  2. #2
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,084

    Re: VBA amendment to paste values only?

    Hi & welcome to the board
    How about
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    03-01-2019
    Location
    Nottingham, England
    MS-Off Ver
    2016/365
    Posts
    83

    Re: VBA amendment to paste values only?

    Thanks Fluff!

    That worked perfect

  4. #4
    Registered User
    Join Date
    03-01-2019
    Location
    Nottingham, England
    MS-Off Ver
    2016/365
    Posts
    83

    Re: VBA amendment to paste values only?

    How do I mark this thread as closed?

  5. #5
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,084

    Re: VBA amendment to paste values only?

    You're welcome & thanks for the feedback.

    To mark as solved, click on "Thread Tools" above the first post.

+ 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. VBA Small Amendment
    By masond3 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-29-2013, 06:03 AM
  2. [SOLVED] VBA Amendment Help
    By kenadams378 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-19-2013, 05:48 AM
  3. Sum Formula amendment
    By pauldaddyadams in forum Excel General
    Replies: 6
    Last Post: 08-29-2012, 10:36 AM
  4. [SOLVED] UDF Amendment
    By pauldaddyadams in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 05-14-2012, 03:29 PM
  5. VB code amendment help.
    By sem in forum Excel Programming / VBA / Macros
    Replies: 20
    Last Post: 04-26-2012, 07:23 AM
  6. Amendment to formula
    By MGK in forum Excel General
    Replies: 4
    Last Post: 01-12-2012, 08:06 AM
  7. I want the amendment to this code
    By hesham63 in forum Excel General
    Replies: 2
    Last Post: 08-05-2011, 06:41 PM
  8. if code amendment help
    By khalid79m in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-31-2008, 07:27 AM

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