Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to put a specific folder in here.
ActiveWorkbook.SaveAs Filename:=Range("A1").Value Desktop\xxxxxxx\xxxxxxxxx range (A1) Thanks Darren |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
strPath = "c:\"
ActiveWorkbook.SaveAs Filename:=strPath & Range("A1").Value If this post helps click Yes --------------- Jacob Skaria "DarrenL" wrote: I need to put a specific folder in here. ActiveWorkbook.SaveAs Filename:=Range("A1").Value Desktop\xxxxxxx\xxxxxxxxx range (A1) Thanks Darren |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
strPath = "c:\"
ActiveWorkbook.SaveAs Filename:=strPath & Range("A1").Value If this post helps click Yes --------------- Jacob Skaria "DarrenL" wrote: I need to put a specific folder in here. ActiveWorkbook.SaveAs Filename:=Range("A1").Value Desktop\xxxxxxx\xxxxxxxxx range (A1) Thanks Darren |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Congratulations on becoming bronze, Jacob!
-- Ryan--- If this information was helpful, please indicate this by clicking ''Yes''. "Jacob Skaria" wrote: strPath = "c:\" ActiveWorkbook.SaveAs Filename:=strPath & Range("A1").Value If this post helps click Yes --------------- Jacob Skaria "DarrenL" wrote: I need to put a specific folder in here. ActiveWorkbook.SaveAs Filename:=Range("A1").Value Desktop\xxxxxxx\xxxxxxxxx range (A1) Thanks Darren |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Ryan.
-- If this post helps click Yes --------------- Jacob Skaria "ryguy7272" wrote: Congratulations on becoming bronze, Jacob! -- Ryan--- If this information was helpful, please indicate this by clicking ''Yes''. "Jacob Skaria" wrote: strPath = "c:\" ActiveWorkbook.SaveAs Filename:=strPath & Range("A1").Value If this post helps click Yes --------------- Jacob Skaria "DarrenL" wrote: I need to put a specific folder in here. ActiveWorkbook.SaveAs Filename:=Range("A1").Value Desktop\xxxxxxx\xxxxxxxxx range (A1) Thanks Darren |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SaveAs "Filename"_1 | Excel Discussion (Misc queries) | |||
ActiveWorkbook.SaveAs FileName;= 'sequential | Excel Programming | |||
Using excelObj.ActiveWorkbook.SaveAs("C:\MyWorkbook.xml", FileFor | Excel Programming | |||
Max charactors for 'ActiveWorkbook.SaveAs Filename'? | Excel Worksheet Functions | |||
'ActiveWorkbook.SaveAs Filename' | Excel Programming |