programmatic conversion of XLSX into XLS

  • Thread starter Thread starter Nataliya Yevdoshenko
  • Start date Start date
N

Nataliya Yevdoshenko

I need to convert XLSX files into XLS using microsoft office object library.
Does anyone have a piece of code doing this trick in VB6 or C#?
 
Hi,

I don't have access to my Office 2007 here, but you could try
activeworkbook.save as

Hope it works for you.

Regards
 

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

Back
Top