G
Guest
I have an excel sheet that has several lines. Each line is an order. Example:
1 Paper 10
2 Pencils 20
etc...
When the excel sheet is filled out I want the user to press a button and
then the data from orderlines is extracted and placed in a seperate file.
This seperate file and the original excel sheet should be placed in a temp
dir and then an executeble is going to be started to import both into another
application.
My question is:
Should I create a solution based on Visual Studio Tools for Office 2005 or
is creating an Add-In for excel the best way to go?
1 Paper 10
2 Pencils 20
etc...
When the excel sheet is filled out I want the user to press a button and
then the data from orderlines is extracted and placed in a seperate file.
This seperate file and the original excel sheet should be placed in a temp
dir and then an executeble is going to be started to import both into another
application.
My question is:
Should I create a solution based on Visual Studio Tools for Office 2005 or
is creating an Add-In for excel the best way to go?