dandetroit
New Member
- Joined
- Sep 16, 2002
- Messages
- 15
I am a novice at code and need a little help to complete the code below. Please indicate what information I need to fill in to complete the code. Thank you! PS... I don't need to password protect.
Sub NameBook()
Dim MyName
MyName = ActiveCell.Text
ActiveWorkbook.SaveAs _
FileName:="C:\MyFolder\" & MyName, _
FileFormat:=xlNormal, _
Password:="", _
WriteResPassword:="", _
ReadOnlyRecommended:=False, _
CreateBackup:=False
End Sub
Sub NameBook()
Dim MyName
MyName = ActiveCell.Text
ActiveWorkbook.SaveAs _
FileName:="C:\MyFolder\" & MyName, _
FileFormat:=xlNormal, _
Password:="", _
WriteResPassword:="", _
ReadOnlyRecommended:=False, _
CreateBackup:=False
End Sub