I want to make use of Excel's MS-Query, but would like to automate it from an Access DAO module:
Data To Excel
1. Export a table into Excel using MS-Query
2. Declare the Excel cell where MS-Query will begin
3. Select a range of cells in Excel, merge them and insert text
4. Select a column and prevent changes to any cell's data
5. Hide a column
6. Save the Excel file
Data From Excel
1. Open the Excel file
2. Select 2 cells (not next to each other) and write the data to a table in Access
I need help with the Excel code
Many thanks
Data To Excel
1. Export a table into Excel using MS-Query
2. Declare the Excel cell where MS-Query will begin
3. Select a range of cells in Excel, merge them and insert text
4. Select a column and prevent changes to any cell's data
5. Hide a column
6. Save the Excel file
Data From Excel
1. Open the Excel file
2. Select 2 cells (not next to each other) and write the data to a table in Access
I need help with the Excel code
Many thanks