thevillageinn
Technical User
Here're my issues:
1. I'm completely new to VBA programming, but I'm getting there...slowly.
2. I have a table that I want to export to an Excel spreadsheet, easy enough, but when the user clicks the "export" button, I want the default location to be on the desktop of the current user, I don't want to export it to "All Users" because that location is local to each system, and won't follow the users roaming profile. I keep thinking the %HOMEDRIVE%%HOMEPATH% sort of options are something I need to use?
(I'm using the Common Dialog Control, but if I can hard code the save as location to the desktop, and accomplish one other step prior to exporting, I am open to other options. I'm also using Access 97.)
TIA! -Dan
1. I'm completely new to VBA programming, but I'm getting there...slowly.
2. I have a table that I want to export to an Excel spreadsheet, easy enough, but when the user clicks the "export" button, I want the default location to be on the desktop of the current user, I don't want to export it to "All Users" because that location is local to each system, and won't follow the users roaming profile. I keep thinking the %HOMEDRIVE%%HOMEPATH% sort of options are something I need to use?
(I'm using the Common Dialog Control, but if I can hard code the save as location to the desktop, and accomplish one other step prior to exporting, I am open to other options. I'm also using Access 97.)
TIA! -Dan