Consulting

Results 1 to 2 of 2

Thread: NEED CODE TO EXPORT EXCEL DATA TO PROJECTS

Threaded View

Previous Post Previous Post   Next Post Next Post
  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

Posting Permissions

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