Recent content by ianfreeman

  1. I

    Exporting Data from Excel to MFGPRO

    Thanks to all who've viewed - I have solved my problem. I've managed to create a nice, simple macro to do what I need: Sub () Range("E4:G4").Select Selection.Copy AppActivate "MFGPro" Application.Wait Now + TimeValue("00:00:02") SendKeys ("^]") 'Paste quick key set in mfgpo End Sub There...
  2. I

    Exporting Data from Excel to MFGPRO

    Hi, I'm in the process of creating an excel macro that exports data from excel to mfgpro. The purpose of this is to automate some of the repetitive data entry tasks that I carry out. If I lay the data out vertically in a column in excel, with the requisite blank spaces, it pushes through all...
Back
Top