vbscript - VB script to convert one excel file format to another -


i have following vb script save excel file (tab delimted format) excel file (excel workbook or excel 97-2003 workbook format)

 dim objexcel, objworkbook   set objexcel = createobject("excel.application")  set objworkbook = objexcel.workbooks.open("\\scc-fs\reports\aaa.xls")  objexcel.visible = true   objworkbook.saveas "new.xls",56    wscript.quit 

error: object invoked has disconnected clients wrong ?


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

datatable - Matlab struct computations -