Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The following does exactly what you described, but I doubt that
is what you really want. Post back with more detail if I am right. Sub dostuff() myVar = ActiveSheet.Range("A1").Value '1. info retrieved Application.Dialogs(xlDialogSaveAs).Show '2.Opens Dialog Box 'for user to select 'or enter file name. MsgBox "File Saved As " & ActiveWorkbook.Name 'Rest of 2. And '3. File Saved End Sub "umpire_43" wrote: Hi, I'm wondering if anyone can help me on this? I'm using excel 2003. I have several sheets that have different statements. This is what i want to accomplish through vba. 1) I want the programming to automatically retrieve information from the cell within the sheet that i'm currently working on. (Note: i have several sheets within the workbook) 2) User will select the directory where they want to save the file but the filename will automatically be put into the popup dialog box. 3) Save the file automatically as pertaining to number 1. Is this possible? I hope you can understand. thanks keith |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Saving Excel 2007 file in 2003 creates very large file | Excel Discussion (Misc queries) | |||
Confused here Prevent Saving File - but allow ONLY File SAVEAS Met | Excel Discussion (Misc queries) | |||
Saving multi-tab excel file created from comma delimited text file | Excel Programming | |||
How do I stop Excel 2000 from saving file history from file that . | Excel Discussion (Misc queries) | |||
saving an excel file as an ASCII text file without delimiters | Excel Programming |