Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Changing data file location in Word is easy, just browse in a GUI environment.
Changing data file locations in Word is like being in the "dark" ages. We must KEY the full path name. (or may be able to paste). Excel needs a GUI BROWSE option to enter default file location. . . ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I Agree" button in the message pane. If you do not see the button, follow this link to open the suggestion in the Microsoft Web-based Newsreader and then click "I Agree" in the message pane. http://www.microsoft.com/office/comm...ic.excel.setup |
#2
![]() |
|||
|
|||
![]()
How about copying the new sheet to one with the permanent sheetname.
You can probably record a macro using edit, move or copy sheet, copy sheet. Sub Macro14() On Error Resume Next Sheets("permanent sheet").Delete On Error GoTo 0 ' ---Sheets("Summary").Copy befo=Sheets(1) ActiveSheet.Copy befo=Sheets(1) ActiveSheet.Name = "Permanent sheet" ActiveWorkbook.Save End Sub -- --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "Homer" wrote in message ... Changing data file location in Word is easy, just browse in a GUI environment. Changing data file locations in Word is like being in the "dark" ages. We must KEY the full path name. (or may be able to paste). Excel needs a GUI BROWSE option to enter default file location. . . ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I Agree" button in the message pane. If you do not see the button, follow this link to open the suggestion in the Microsoft Web-based Newsreader and then click "I Agree" in the message pane. http://www.microsoft.com/office/comm...ic.excel.setup |
#3
![]() |
|||
|
|||
![]()
sorry replied to the wrong question.
But I do kind of wonder why the poster needs a GUI file interface for a permanent setting -- tools, options, General, Default file location. Seems to me something that would only be useful under File, Save As and you will find it there. -- --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "Homer" wrote in message ... Changing data file location in Word is easy, just browse in a GUI environment. Changing data file locations in Word is like being in the "dark" ages. We must KEY the full path name. (or may be able to paste). Excel needs a GUI BROWSE option to enter default file location. . . ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I Agree" button in the message pane. If you do not see the button, follow this link to open the suggestion in the Microsoft Web-based Newsreader and then click "I Agree" in the message pane. http://www.microsoft.com/office/comm...ic.excel.setup |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reflecting info between an excel file and a word one or two excel file. | Links and Linking in Excel | |||
How to set DEFAULT print options in Excel to print gridlines? | Excel Discussion (Misc queries) | |||
Where does Excel get the default properties without startup file? | Excel Discussion (Misc queries) | |||
VBA for Excel 2000 file is corrupt | Excel Discussion (Misc queries) | |||
Locked out of default file location | Excel Discussion (Misc queries) |