ianfreeman
New Member
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 the fields and runs a batch of reports with the press of a button.
I can do this part manually, but need it to be contained within the macro, so the data is copied , mfgpro is activated and then the data is pasted.
So far I have got this:
Range("E4:G4").Select
Selection.Copy
AppActivate "MFGPro"
Does anyone know of anyway, once mfgpro is activated, to simulate the paste stroke?
Apologies but I don't know the exact version I'm running, it's the old black screen green text affair.
Any help would be gratefully accepted...
Ian
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 the fields and runs a batch of reports with the press of a button.
I can do this part manually, but need it to be contained within the macro, so the data is copied , mfgpro is activated and then the data is pasted.
So far I have got this:
Range("E4:G4").Select
Selection.Copy
AppActivate "MFGPro"
Does anyone know of anyway, once mfgpro is activated, to simulate the paste stroke?
Apologies but I don't know the exact version I'm running, it's the old black screen green text affair.
Any help would be gratefully accepted...
Ian