Visual Studio writing to Excel difficulty with ExportAsFixedFormat

  • Thread starter Thread starter Lyvia H
  • Start date Start date
L

Lyvia H

Guest
Hello, I am having trouble opening an Excel file in vb.net and saving it as a pdf. I have imported Microsoft.Office.Interop.Excel and would like to use the activesheet.exportasfixedformat to export my excel file after opening.

When I then try to do use the the ActiveSheet function (it is a read only property and only allows me to use four options: equals, gethashcode, gettype, tostring and doesn't give me the exportasfixedformat option). I'm not sue what I can do to use the property.

Continue reading...
 
Back
Top