M
mohit
Hello,
Not able to set Name of the workbook
My Javascript code look like this
JSActiveXObj = new ActiveXObject("Excel.Application");
JSNewWorkbook = JSActiveXObj.Workbooks.Add();
This code is working fine.
but if i try to give a name to the workbook using this code
JSActiveXObj = new ActiveXObject("Excel.Application");
JSNewWorkbook = JSActiveXObj.Workbooks.Add("xyx");
Sometimes it works fine but most of the times it is giving error.
Any help will be highly appreciated.
Not able to set Name of the workbook
My Javascript code look like this
JSActiveXObj = new ActiveXObject("Excel.Application");
JSNewWorkbook = JSActiveXObj.Workbooks.Add();
This code is working fine.
but if i try to give a name to the workbook using this code
JSActiveXObj = new ActiveXObject("Excel.Application");
JSNewWorkbook = JSActiveXObj.Workbooks.Add("xyx");
Sometimes it works fine but most of the times it is giving error.
Any help will be highly appreciated.