Spotycus
New Member
- Joined
- Dec 8, 2015
- Messages
- 25
Hello,
I could really use some help getting this program to work via command line. I am trying to automate the process without a GUI popping up. THe company provides the following command line information
The respective parts I am using are:
If someone can help me with the VBA code that I can add into my project I would really appreciate it. If it makes a difference, I am using Excel 2016. Command line parameters is an area I am still trying to learn.
Thank you in advance!
I could really use some help getting this program to work via command line. I am trying to automate the process without a GUI popping up. THe company provides the following command line information
Code:
csv2ofx.exe [COLOR=#333333][FONT=Helvetica Neue]mapping1 file1.csv file.ofx [/FONT][/COLOR]
The respective parts I am using are:
Code:
C:\Parkway\csv2ofx.exe
Parkway
C:\Parkway\checkimporter.xls
C:\Parkway\checkimporter.ofx
If someone can help me with the VBA code that I can add into my project I would really appreciate it. If it makes a difference, I am using Excel 2016. Command line parameters is an area I am still trying to learn.
Thank you in advance!