Thread
:
Save as !
View Single Post
#
2
Posted to microsoft.public.excel.programming
Corey
external usenet poster
Posts: 276
Save as !
try,
Sub SaveASCellValue()
ActiveWorkbook.SaveAs Filename:=Range("A1").Value
ActiveWorkbook.SaveAs Filename:=Range("A1").Value
End Sub
--
Regards
Corey
Reply With Quote
Corey
View Public Profile
Find all posts by Corey