ExportAsFixedFormat?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have the following linked to a button and currently works great:

ActiveWorkbook.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _
"C:\Users\Robby\Desktop\Report Test2.pdf",
Quality:=xlQualityStandard, IncludeDocProperties:=True,
IgnorePrintAreas:=False, OpenAfterPublish:=True

Is there a way that I can either specify a cell location for the filename
property or open a folder dialog box allowing the user to specify?

Thanks all!
 
Hi in order .ExportAsFixedFormat to work we should must define anything in
the definition? What exactly ??
 
Hello, new here and have a very similiar situation but want the filename to be dynamic (same name/path as the excel file). In other words, need to open exel file, save as same filename in same folder just as a pdf.

Thanks for any assistance!!
 
Back
Top