Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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. -- thanks and regards, mohit |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HOW DO I SUM TWO CELLS FROM ONE WORKBOOK TO ANOTHER WORKBOOK? | Excel Worksheet Functions | |||
Linking a cell to another workbook cell based on a variable name | Excel Discussion (Misc queries) | |||
Playing a macro from another workbook | Excel Discussion (Misc queries) | |||
Unprotect Workbook | Excel Discussion (Misc queries) | |||
Stubborn toolbars in Excel | Excel Discussion (Misc queries) |