P
Paul
I have a Excel file with multiple worksheets on it, each worksheet is setup
with the same layout and is linked to other Excel files. I can select
multiple worksheets at one time by holding the "Ctrl" key while selecting
the worksheet. I need to save the data from the selected worksheet to a Sql
database. First, how do I write a "For...Loop" on the selected worksheet
using VBA in Excel, then how do I select some variables on a range of cell
value from the selected worksheet and pass on as a parameters to a Sql store
procedure. I am going to create a new button on the Excel main menu to
execute this. Thanks.
with the same layout and is linked to other Excel files. I can select
multiple worksheets at one time by holding the "Ctrl" key while selecting
the worksheet. I need to save the data from the selected worksheet to a Sql
database. First, how do I write a "For...Loop" on the selected worksheet
using VBA in Excel, then how do I select some variables on a range of cell
value from the selected worksheet and pass on as a parameters to a Sql store
procedure. I am going to create a new button on the Excel main menu to
execute this. Thanks.