+ Reply to Thread
Results 1 to 2 of 2

Error 1004 when trying to modify and transfer data from one workbook to a new workbook

  1. #1
    Registered User
    Join Date
    06-14-2010
    Location
    Kuala Lumpur
    MS-Off Ver
    Excel 2007
    Posts
    8

    Error 1004 when trying to modify and transfer data from one workbook to a new workbook

    I am writing a macro for a report system which uses one file for each month, the macro transfers constants and cumulative statistics from the source workbook to a template file which has the same layout but contains no data. I am stuck when it comes to entering the start date for the new file. For example if the source workbook is for June with a start date of 1st June then the start date for the next workbook will be 1st July.

    I have tried to use the following code:

    OldDate = Workbooks(CFileName).Sheets("Setup").Range("Month_start").Value
    NewDate = DateAdd("m", 1, OldDate)

    Workbooks(NextDRS).Sheets("Setup").Range(Month_start).Value = NewDate

    CfileName is the source workbook, NextDRS is the target. Ranges are named the same in both workbooks.

    When the macro runs it get:
    Error "1004"
    Application-defined or object-defined error

    As an amateur I do not understand what is causing this error I can transfer values from one worksheet to the other easily enough as in following example:

    Workbooks(NextDRS).Sheets("Setup").Range("DetailsProj").Value _
    = Workbooks(CFileName).Sheets("Setup").Range("DetailsProj").Value

    I am obviously making a fundamental error but have been unable to solve it myself, any assistance would be greatly appreciated.

    Cheers,
    Jon

  2. #2
    Registered User
    Join Date
    06-14-2010
    Location
    Kuala Lumpur
    MS-Off Ver
    Excel 2007
    Posts
    8

    Red face Re: Error 1004 when trying to modify and transfer data from one workbook to a new workbook

    Dooooh....

    Idiotically just noticed missing quotaion marks around the range name Month_start in the second instance!

    Senior moment!!!

+ 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. Transfer Data from one workbook to worksheets in a closed workbook by criteria
    By jftapel in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-21-2012, 05:23 AM
  2. Error 1004 and 424 upon workbook open
    By jjohanni in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-06-2011, 02:09 PM
  3. Sharing workbook causes error 1004
    By Roundbarrow in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-20-2009, 12:29 PM
  4. transfer data from open workbook to closed workbook
    By stevesunfold in forum Excel Programming / VBA / Macros
    Replies: 25
    Last Post: 12-23-2008, 08:30 AM
  5. Transfer Data From Workbook To Workbook
    By Dave69rock in forum Excel Programming / VBA / Macros
    Replies: 36
    Last Post: 11-20-2008, 12:42 AM

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