View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ashish Dutt Sharma Ashish Dutt Sharma is offline
external usenet poster
 
Posts: 4
Default programmatic conversion of XLSX into XLS

Hi,

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

Hope it works for you.

Regards

"Nataliya Yevdoshenko" wrote:

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#?