Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to save a copy of a workbook with name and
save it in the same directory as the current workbook. My problem is that Excel is saving it in the default directory, My Documents. I know in Access, I would use application.currentproject.path, but this doesn't seem to be an option in Excel. Here is the code I have so far: Dim strClient As String strClient = Application.InputBox("Enter client name") ActiveWorkbook.SaveCopyAs strClient & " " & "Raw Sample.xls" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Savecopyas without password | Excel Discussion (Misc queries) | |||
SaveCopyAs with a twist | Excel Discussion (Misc queries) | |||
SaveCopyAs | Excel Programming | |||
SaveCopyAs macro | Excel Programming | |||
SaveCopyAs - Userform disappears | Excel Programming |