Consulting

Results 1 to 2 of 2

Thread: NEED CODE TO EXPORT EXCEL DATA TO PROJECTS

  1. #1
    VBAX Regular
    Joined
    Aug 2015
    Posts
    7
    Location

    NEED CODE TO EXPORT EXCEL DATA TO PROJECTS

    When I run the code below on excel it deletes columns and opens Projects for me. What I'm trying to accomplish is to add a code that can export the data from excel to Projects (importing data to line 6 on Projects). Can this be done? See both attachments.


    Sub Open_MasterPProject()
    '
    ' Macro2 Macro
    '
    
    
    '
        Application.Run "vba.XLSM!test"
        Application.Run "vba.XLSM!Projects_Open_Projects"
    End Sub
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    I just saw this - Yes it can be done. Almost anything can be if you ignore the doubters. Is this still a requirement?

    I'm not sure I understand the requirement to add to row 6 - can you please clarify? Are WO names in the Project file unique? Will all WOs have a single assigned resource? Do you really need to use VBA, rather than copy/pasting the data? Could new data simply be appended at the end of the Project file?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •