Public Sub save1(
ThisWorkbook.SaveAs filename:=Range("B1").Value & "\"
Range("B2").Value & ".xls
End Su
whats wrong with this. i cant figure it out. bit of a novice you se
----- Chip Pearson wrote: ----
Chris
If the folder name is in B1 and the file name is in B2, use cod
lik
ThisWorkbook.SaveAs filename:=Range("B1").Value & "\"
Range("B2").Value & ".xls
--
Cordially
Chip Pearso
Microsoft MVP - Exce
Pearson Software Consulting, LL
www.cpearson.co
Chris said:
I want to create a macro to save a document as a number i us
for a cell reference (ie cell B2 = 18112 so i want the documen
to be called 18112.xls) Also i have a folder with this referenc
to start with can excel be programed to find this folder and us
it to save in