Link to home
Start Free TrialLog in
Avatar of Ayyappan A
Ayyappan A

asked on

Macro for exe file.

Hi,
i have an one .exe tool. it has Name,id,Sex etc. whenever i fill the data and click the save button the data will save my DB. The Question is I have a dump excel file. in that excel file have Name, Id, Sex columns, i want to create the macro. once i start the macro the tool will automatically open and fill the data and save it. Please help me on that. Am the beginner for the VBA.
Avatar of Bill Prew
Bill Prew

What type of database are you working with?

Please provide sample of the Excel file as well as the database platform and schema.


»bp
Avatar of Ayyappan A

ASKER

Name : ________
Age : ________
Gender : male female(Radio button)

          -----------(submit button)

Excel file having that 3 column like that name,Age,gender.

I am using ms access.

 I just open the application with below code
  Call shell(d:/userform.exe,1).

Next step. Excel values are copied in that form and execute automatically whenever am run the macro. Is it possible?
ASKER CERTIFIED SOLUTION
Avatar of Bill Prew
Bill Prew

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks for ur advice