how do i save this macro to a csv file
Sheets("sheet1").Select
Range("E4").Select
Name = ActiveCell.Value
If ActiveCell = "" Then
GoTo 2
Else
ChDir "C:\Documents and Settings\skirk\My Documents\macros"
ActiveWorkbook.SaveAs Filename:=Name
thanks
steve
--
stevekirk
------------------------------------------------------------------------
stevekirk's Profile:
http://www.excelforum.com/member.php...o&userid=37328
View this thread:
http://www.excelforum.com/showthread...hreadid=570639