View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Koulla Koulla is offline
external usenet poster
 
Posts: 15
Default ExportAsFixedFormat?

Hi in order .ExportAsFixedFormat to work we should must define anything in
the definition? What exactly ??

"Robby" wrote:

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!