Hi there, everywhere!
I recorded a macro:
But this should be changed so that when I e-mail the file, the macro saves the file in current user's desktop. Is it even possible?
Thanks, if anyone...
I recorded a macro:
Code:
Sub Tallenna()
'
' Tallenna Makro
' ERIM0210 on nauhoittanut makron 23.11.2005.
'
'
ChDir "C:\Documents and Settings\ERIM0210\Työpöytä"
ActiveWorkbook.SaveAs Filename:= _
"C:\Documents and Settings\ERIM0210\Työpöytä\Kyselylomake.xls", FileFormat:= _
xlNormal, Password:="", WriteResPassword:="", ReadOnlyRecommended:=False _
, CreateBackup:=False
End Sub
But this should be changed so that when I e-mail the file, the macro saves the file in current user's desktop. Is it even possible?
Thanks, if anyone...