ExportAsFixedFormat?

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!
 
K

Koulla

Hi in order .ExportAsFixedFormat to work we should must define anything in
the definition? What exactly ??
 
Joined
May 14, 2011
Messages
2
Reaction score
0
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!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top