Mike Hughes
Registered User.
- Local time
- Today, 21:20
- Joined
- Mar 23, 2002
- Messages
- 493
Please help I know next to nothing about VB.
I have the attached DB.
On the form I have a button which will send the results of the Access Query2 to an Excel spreadsheet-OK, this works and no problem.
But what I would like to do push the button and it will send the results of the Access Query2 to an existing spreadsheet called caseloadmgt.xls which is located on my desktop - C:\Documents and Settings\Jim.Black\Desktop\caseloadmgt.xls
And the next time I push the button to run the query again I want the new data to start 2 cells below the ending of the first query results.
I have tried to follow all the examples I could find and I guess I just don’t know enough about this to make it work. What I need is someone to correct/ or change my code and put the new/corrected code in the DB where it should go
I have the attached DB.
On the form I have a button which will send the results of the Access Query2 to an Excel spreadsheet-OK, this works and no problem.
But what I would like to do push the button and it will send the results of the Access Query2 to an existing spreadsheet called caseloadmgt.xls which is located on my desktop - C:\Documents and Settings\Jim.Black\Desktop\caseloadmgt.xls
And the next time I push the button to run the query again I want the new data to start 2 cells below the ending of the first query results.
I have tried to follow all the examples I could find and I guess I just don’t know enough about this to make it work. What I need is someone to correct/ or change my code and put the new/corrected code in the DB where it should go