Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That's me again.
Can anyone tell me anything abot my problem please? What I can add is that Activate() method doesn't work neither. Example: for (var i=1;i<=objExcel.Workbooks.Count;i++) { if (objExcel.Workbooks(i).Name == "1.xls") { alert("There it is: " + i + " " + objExcel.Workbooks(i).Name); objExcel.Workbooks(i).Activate(); } } alert(objExcel.ActiveWorkbook.Name); // doesn't get '1.xls' , // but somthing else // or nothing Thanks for any help in advance Michal Dabrowski |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem in updating the Powerpoint Embedded Chart with Excel figur | Charts and Charting in Excel | |||
Managing Excel from VB^ | Excel Programming | |||
Problem opening Excel file 1 time with embedded Word objects | Excel Programming | |||
Excel VBA: Problem with copying an embedded chart from one worksheet to another | Excel Programming | |||
Managing Addins in Excel | Excel Programming |