+ Reply to Thread
Results 1 to 2 of 2

update "master sheet" with project name, date, owner

  1. #1
    Registered User
    Join Date
    06-03-2013
    Location
    brussels
    MS-Off Ver
    Excel 2007
    Posts
    94

    update "master sheet" with project name, date, owner

    Dear,

    Could anyone help me out? I have a master overview sheet which I would like to update using vba :

    cell C6 needs to be updated with the project name ( which can be found in input workbook sheet "Report Navigator" cell B1)
    cell C7 needs to be updated with the creation date ( which can be found in input workbook sheet "Report Navigator" cell B3 until value AM or PM : Created on May 15, 2013 at 5:25:50 AM for John Smith)
    cell C8 needs to be updated with the owner ( which can be found in input workbook sheet "Report Navigator" cell B3 after value "for")

    Thanks a million in advance to help out here!

    Rickmeister

  2. #2
    Registered User
    Join Date
    06-03-2013
    Location
    brussels
    MS-Off Ver
    Excel 2007
    Posts
    94

    Re: update "master sheet" with project name, date, owner

    the first request with project name is solved :

    NewWorkbook.Worksheets("Overview").Range("C6").Value = ImportWB.Worksheets("Report Navigator").Range("B1").Value


    still trying how to do a substring...

+ 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