+ Reply to Thread
Results 1 to 2 of 2

Copy Data from activesheet cell to another workbook

  1. #1
    Registered User
    Join Date
    04-18-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    2

    Copy Data from activesheet cell to another workbook

    Friends,
    I am pretty new to vba programming, so seeking help on this.

    What im trying to do is, I got a spreadsheet "Request Form" and have some data in different cells and need these data to get updated in another workbook "Consoildate.xls" saved in different location - "C:\myfolder\Consolidate.xls" in summary format.

    And when i do the 2nd entry the details should get updated in the next blank row in the similar format.

    (Enclosed the sample spreadsheet for your reference)

    Much appreciate your response!
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    04-18-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Copy Data from activesheet cell to another workbook

    I gave a try with the below code but doesnt seem to be working. First i need to check the row 5 of column B is blank, if yes then start copying the data from Request form to consolidate sheet.

    Pls refer the attachment in this thread (sample2) bcz its in the same format as required.

    Here in the below code
    wbThis = "Request form" spreadsheet
    strName = activesheet of Request form


    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by pra_1985; 04-18-2013 at 07:08 AM.

+ 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