ExportI/Import Actual Work for each resourse day by day

Hi all,
this is my first post and I'm trying to export some data by Microsoft Project Project Professional 2010 32bit (version 14.0.7140.5002).
I need your help in order to solve this issues :
(Priority 1) export actual work for each resource of my Project in the following format:
       DAY;Resource Name;Summary Task Name; Task Name; hours
(Priority 2) Import actual work for each resource inmy Project in the following format:
       DAY;Resource Name;Summary Task Name(if needed); Task Name; hours
I'm searching into forum but I'm not clear what is the correct object to use.
Thanks a lot for your help.
Alberto

In primis thanks a lot for your answer.
I want create a macro VBA and add a "botton" on task bar in order to execute this macro - output format is CSV file but I think is excellent if I write it in Excel format.
I have partially closed first priority (you can see below code) - I need create a little message box in order to receive period and path output.
I appreciate your collaboration in order to help me. :)
Thanks
Sub ResourceActualWorkDetail()
    Dim rs As Resources
    Dim r As Resource
    Dim A As Assignment
    Dim TSV As TimeScaleValue
    Dim TSVS As TimeScaleValues
    MsgBox ActiveProject.Name
    Close #1
    Open "C:\Users\xxx.xxx\Desktop\" & ActiveProject.Name & " - TimeReport.csv" For Output As #1
    Write #1, "Summary Task;Task Name;Risorsa;Giorno;Ore"
    'Header
    Set rs = ActiveProject.Resources
    For Each r In rs
            For Each A In r.Assignments
                For Each TSV In A.TimeScaleData("01/01/2015", "31/12/2015", pjAssignmentTimescaledActualWork, TimeScaleUnit:=pjTimescaleDays)
                    If TSV.Value <> "" And TSV.Value > "0" Then
                        Write #1, _
                            A.TaskSummaryName _
                            & ";" & A.TaskName _
                            & ";" & r.Name _
                            & ";" & TSV.StartDate _
                            & ";" & TSV.Value / 60
                    End If
                Next TSV
            Next A
    Next r
    Close #1
 End Sub

Similar Messages

  • Sync Actual work for a task, per resource

    Would by using VBA like to update Actual work for a certain task, and not only the total work, but want to add Actual work for each resource assigned to the task. Have tried to figure out how, but so far been unable to do so. Already have
    the values per resource so just want to know how to access the Actual work field per resource.

    Anders,
    We need a little more information about your VBA code but basically the following syntax should work:
    Assume Katie Olson is assigned to Task 2 and you wish to update her actual work to 2 days. First, keep in mind that all time variables in Project are stored in minutes so 2 days are 960 minutes assuming a normal 8 hour workday.
    ActiveProject.Tasks(2).Resources("Katie Olson").Assignments(1).ActualWork = 960
    or this will also work
    ActiveProject.Tasks(2).Resources.UniqueID(76).Assignments(1).ActualWork = 960
    John

  •  hello actually I have purchased my iPod touch 4 generation 1 month back.initially I find that it's battery life is superb.it works for 5 -6 days in standby and 8-9 hrs usage time but from past 2days its battery list draining very fast I have to charge i

     hello actually I have purchased my iPod touch 4 generation 1 month back.initially I find that it's battery life is superb.it works for 5 -6 days in standby and 8-9 hrs usage time but from past 2days its battery is draining very fast I have to charge it twice a day.i m using iOS 6.0.1.plz suggest me what to do??its just 1 month old ..I have spend lot of money to buy it, I don't want it like that..plz reply.....

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Then see if placing the iPod in airplane mode when in standby helps.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    -  Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • My Reminder app won't open. It worked for a few days but later on it doesnt work anymore! tried rebooting my and updated it but it still wont open. When I try opening it, it crashes. What do I doooo? Please help me.      

    My Reminder app won't open In ipad mini 2. It worked for a few days but later on it didn't work anymore! tried rebooting and updating it but it still wont open. When I try opening it, it crashes. What do I doooo? Please help me.      

    Try to force quit the app
    Double tap the home button. When you see the app previews on the screen scroll sideways if needed to get the preview in question on the screen. Flick that preview up and off the screen to close the app. Single tap the home button or home screen preview to exit the mode.

  • My siri is not working for a few days now..?

    pls help me , my siri has not been working for a few days now ... pls advice

    Judging by all the posts on the forum, there seems to be an issue at Apple's end, although they have made no announcement on their status page. Some users have reported that Apple is aware of the issue.
    http://www.apple.com/support/systemstatus/

  • Payment Terms (90 days net + 2 % for each 30 days)

    Hi
    Is it possible to configure payment term with the below req.
    90 days net + 2% for each 30 days
    (please note that under payment term 1 and 2 is active and the third is not available)
    Regards
    Prasad

    Make the following entries in Tcode OBB8
    Baseline date
    Fixed date = 31
    Payment terms
    Term 1
    No of days = 90
    Arvind

  • Hello, I have installed Reader, Adobe Acrobat, trial versions of Photoshop and Illustrator. Some more than once. They work for a few days at most then I am told to re-install. I cant look at any pdf file even though I can still see reader in my programs.

    Hello, I have installed Reader, Adobe Acrobat, trial versions of Photoshop and Illustrator. Some more than once. They work for a few days at most then I am told to re-install. I cant look at any pdf file even though I can still see reader in my programs. What is going on and what can I do to fix this?

    Unfortunately no, It says "Adobe not responding" as well when I try to open a pdf. It has done this a few times where I had to uninstall and reinstall. Also, Illustrator tells me to uninstall/reinstall as well.

  • How to analyse actual cost for each operation in Process/Production Order?

    Hi all,
    IN SAP, I know that we can analyze plan cost for Operation in Process Order/ Production Order.
    However, I can not analyze Actual cost for Operation .
    I know the object when I good issue material is ORDER, not OPERATION.
    But, as requirement of users, they want to analyze actual cost for each Operation.
    CAn SAP do this analyze?
    If Yes, What should I do in SAP to have this reports?
    THanks in advance,
    Emily Nguyen

    Hi Emily,
    as I see from one other message that you're using material ledger. Then your expectation is apparently to also see the actual costs of materials in your production order by operation.
    This is not supported. Actual material costs are handed up in material ledger multi-level settlement from one material to the next, bypassing the production orders.
    That means the production order will always contain the material costs valuated at plan price, not at actual price.
    For activity prices that might be better, when you revalue the orders at actual activity prices with CON2. But even there I am not sure that it will always be assigned correctly to the operations.
    There is currently an enhancement in development, the operation level costing. But that will affect more the planned cost side not the actuals. Might be interesting to learn more about your requirements and the use case behind.
    best regards,
                      Udo

  • My phone was not worked for last two days  it happen after the instalation of new os,this is happen one of my friiends also plssssss find some solution

    my phone was  not worked for last two days  it happen after the instalation of new os,this is happen one of my friiends also plssssss find some solution

    We are all just phone users here, and no-one can hope to provide any advice with so little information to go on as to what exactly has happened.  You need to provide some detail.

  • Planned and actual consumption for each confirmation

    Dear All,
    There is a production order. it has two operations. i have made three confirmations of each operation for that order. now i want to see the planned and actual consumption for each confirmation. how is it possible.
    However i know that on order we can see planned and actual consumption but it is for total order but i want to see planned and actual consumption for each confirmation. Actually client wants that on 2nd confirmation what is planned consumption and what they consumed on actual. thanks

    Hi,
            In standard SAP this type of report not be there, but u can make it by using BOM,Confirmation table, & material document table.
    Use AFRU to get posted document no for confirmation & detail by joining it with MSEG by mblnr & MAZHR.
    now u get plan component qty by using mast & stpo if ur bom not changed in Production order , if in order component may be change then use afko & resb table & by comparing base qty or order qty & confirmation qty get plan component qty for confirmation.
    Thanks
    Rakesh

  • Does the Desktop Software v6 actually work for anyone?

    I have been trying to get my desktop software to work, or more specifically to synchronize, for over two weeks now. I have tried all of the suggestions given me and still no luck. Does this program actually work for anyone?

    KathrynB wrote:
    9. see my posts in the thread "Unknown Error Reported" I really don't want to repeat it again to yet another person. I have tried getting help from Telus and have tried the "self-help" here, and have followed the directions in the other thread. I have been trying to get this sorted out for over two weeks and am very frustrated. I have never had a problem installing the software before or getting it set up.
    If you have another thread already going, then there's really no reason to open a new one, is there? That just clutters up the forums and results in what exactly happened here...I saw your post, knew nothing but what you'd posted in this thread, and therefore had no way to know that all that other information is available in that other thread...I suggest you choose one thread to work in...you can use the "Report Inappropriate Content" link to ask the Mods to merge things together.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • TS3048 My wireless mouse often loses connection. I replace batteries and it works for a few days before becoming problematic again. Battery currently shows 100% and connection is lost intermittently. Bluetooth is on and wireless keyboard works. Any sugges

    My wireless mouse often loses connection. I replace batteries and it works for a few days before becoming problematic again. Battery currently shows 100% and connection is lost intermittently. Bluetooth is on and wireless keyboard works. Any suggestions?

    Is it possible that you have a bad bunch of batteries?
    My Magic Mouse on one computer and the Mighty Mouse on another use batteries I bought through the Apple store (with a charger). They last a long time.
    http://store.apple.com/us/product/MC500LL/A/apple-battery-charger
    Another possiblity is that the mouse is defective. Since the keyboard connects, it has to be the mouse or the batteries.

  • I have an iPhone 4S and a 2012 Honda CRV . The streaming BT music is fine but now suddenly it stopped displaying song info on the screen. It worked for about 10 days and then stopped. Any thoughts?

    I have an iPhone 4S and a 2012 Honda CRV . The streaming BT music is fine but now suddenly it stopped displaying song info on the screen. It worked for about 10 days and then stopped. Any thoughts?

    I think that we all know the answer to this one.
    Unfortunatley the device is concidered damaged by water. Apple can do an out of warranty repair which would cost $199. Generally they would just replace the device in this case for the $199.
    The alternative is to Purchase a new device.

  • When I attempt to export/import via FTP for OOTP 11 I get a connectivity error message

    I participate in OOTP ver 11 fantasy baseball leagues which uses FTP to export and import league databases. For some reason, I have been unable to import/export using FTP. Each time I attempt to export/import I get a connectivity error message stating "am unable to connect". I have not had this problem with the previous versions of OOTP Fantasy Baseball. Plus, when I first upgraded to OOTP 11, I did not have this problem.
    == This happened ==
    Every time Firefox opened
    == I think it started after a firefox update ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

    If there are problems with updating or with the permissions then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the disk image (dmg) file to the desktop
    *Firefox 6.0.x: http://www.mozilla.com/en-US/firefox/all.html
    *Firefox 3.6.x: http://www.mozilla.com/en-US/firefox/all-older.html
    * Trash the current Firefox application to do a clean (re-)install
    * Install the new version that you have downloaded
    Your profile data is stored elsewhere in the Firefox Profile Folder, so you won't lose your bookmarks and other personal data.
    * http://kb.mozillazine.org/Profile_folder_-_Firefox

  • Operating System Window XP Professional. I can not open Firefox. I have reset it and it worked for a few days. Now I can not execute it. Appreciate help.

    Can not execute Firefox. So I updated it and reinstalled it. Then I reset it. For a couple days it worked fine. Now I am back to square one. Can not open firefox again.

    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox and any leftover program files and then reinstall Firefox. Please follow these steps one by one:
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu) and confirm all upcoming messages.
    #Now, uninstall Firefox by following the steps mentioned in the [[Uninstall Firefox from your computer#w_uninstall-firefox|Uninstall Firefox]] article.
    '''IMPORTANT:''' On Windows, the uninstaller has the option to remove your personal data and settings. Make sure that you do '''not''' check this option; otherwise all of your bookmarks, passwords, extensions, user customizations and other Firefox [[Profiles|user profile data]] will be removed from your computer.
    After uninstalling Firefox on Windows, delete the "Mozilla Firefox" program folder, located by default in one of these locations:
    * '''(On 32-bit Windows)''' ''C:\Program Files\Mozilla Firefox''
    * '''(On 64-bit Windows)''' ''C:\Program Files (x86)\Mozilla Firefox''
    #Go to the Windows Start menu and click on "Computer".
    #In the Explorer window that opens, double click Local Disk (C:) to open the C:\ drive.
    #Find the "Program Files (x86)" folder or "Program Files" folder.
    #* On 32-bit Windows, double-click the '''Program Files''' folder to open it.
    #* On 64-bit Windows, you will see a "Program Files (x86)" folder AND a "Program Files" folder. Open the '''Program Files (x86)''' folder.
    #Look for a '''Mozilla Firefox''' folder. If you find one, right-click it and select ''Delete'' and confirm that you want to move the folder to the Recycle Bin.
    Now, go ahead and reinstall Firefox:
    #Double-click the downloaded installation file and go through the steps of the installation wizard.
    #Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!

Maybe you are looking for