Results 1 to 3 of 3

Macro - Copy and paste into last column of new worksheet

Threaded View

  1. #1
    Registered User
    Join Date
    03-21-2011
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    58

    Macro - Copy and paste into last column of new worksheet

    Hi,

    Can some one help me with a macro that copies data from 4 static columns in sheet A and pastes it into last columns in sheet B?

    It is for a spreadsheet that keeps records of all our budgeted sales amount.

    Source Sheet 'Sales Forecast' Range = B5:E27

    Copy to

    Destination Sheet 'Forecast Data' starting from cell B1.

    So far my macro is pretty basic which is

    Range("B5:E27").Select
        Selection.Copy
        Sheets("Sales Forecast").Select
        Range("B1").Select
        ActiveSheet.Paste
    This is just one that i could only come up with as I am not a VBA wizz.

    Would be great if someone can give me some assistance.

    Thank you.
    Attached Files Attached Files
    Last edited by larzep; 11-15-2011 at 09:39 PM.

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