B
Brian Thompson via OfficeKB.com
This is exactly what i want, got off an earlier thread, however, don't know
how to get it to save in the folder "Problem vehicles". It keeps saving in
My documents
Used the record macro to get this, but not sure where to place in codeing
"C:\Documents and Settings\Brian\My Documents\Brian's\problem vehicles"
where do I copy the above, to save the sheet in "folder "Problem Veehicles
sub save_date()
Dim fname
fname = worksheets("sheet1").range("A1").value
fname = fname & ".xls"
ActiveWorkbook.SaveAs Filename:=fname
end sub
please help
brian
how to get it to save in the folder "Problem vehicles". It keeps saving in
My documents
Used the record macro to get this, but not sure where to place in codeing
"C:\Documents and Settings\Brian\My Documents\Brian's\problem vehicles"
where do I copy the above, to save the sheet in "folder "Problem Veehicles
sub save_date()
Dim fname
fname = worksheets("sheet1").range("A1").value
fname = fname & ".xls"
ActiveWorkbook.SaveAs Filename:=fname
end sub
please help
brian