Hi,
I can't work out what the error is on this vba code. It keeps getting to .SaveAs but getting a Run-time error '287'. Does anyone have any idea?
Function MailClient()
Const Key As String = "HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\"
Dim ws As Object
On Error Resume Next
Set...