Hi,
I am trying to save my current sheet1 to PDF and attach to Outlook. The error occurs on
ActiveSheet.ExportAsFixedFormat _
Type:=xlTypePDF, _
FileName1:=FName
I believe it has to do with my Range, because i tested the code with a new file with a single cell filled out and it worked. How can i fix it?
Thanks!
Bookmarks