heliraptor
New Member
- Joined
- Jan 12, 2006
- Messages
- 19
Hi,
I'm working on a workbook (contains two sheets) that users can log certain data with a user form I created.
I'm new to vba but doing pretty well, however one of the areas I'm struggling with is on the form creating a button, and when the user clicks it it saves the active work sheet to a specified location and automatically navigates to that location in the save as dialog and offers up the correct file name and elects .csv as the format.
So, I have the save as button called 'btnSaveAs' and I want the code to run when the user clicks it.
The intention is clicking it will open up the SaveAs dialog box and navigate to C:\AIMS\Test Folder\
I want the suggested filename to be "AIMS Test" and to be in the .csv format.
Seem's to be pretty standard function, but I cant figure it out, and I've searched far and wide. Every suggestion I've seen either doesn't work out, or I can't adapt the code to my needs.
Any assistance appreciated, this has me stumped !!
Cheers
Lee
I'm working on a workbook (contains two sheets) that users can log certain data with a user form I created.
I'm new to vba but doing pretty well, however one of the areas I'm struggling with is on the form creating a button, and when the user clicks it it saves the active work sheet to a specified location and automatically navigates to that location in the save as dialog and offers up the correct file name and elects .csv as the format.
So, I have the save as button called 'btnSaveAs' and I want the code to run when the user clicks it.
The intention is clicking it will open up the SaveAs dialog box and navigate to C:\AIMS\Test Folder\
I want the suggested filename to be "AIMS Test" and to be in the .csv format.
Seem's to be pretty standard function, but I cant figure it out, and I've searched far and wide. Every suggestion I've seen either doesn't work out, or I can't adapt the code to my needs.
Any assistance appreciated, this has me stumped !!
Cheers
Lee