LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Problem with managing excel embedded with IFRAME

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem in updating the Powerpoint Embedded Chart with Excel figur Vinod Charts and Charting in Excel 0 May 4th 07 02:19 PM
Managing Excel from VB^ Uwe Excel Programming 2 April 15th 06 07:43 PM
Problem opening Excel file 1 time with embedded Word objects [email protected] Excel Programming 0 August 3rd 05 08:47 PM
Excel VBA: Problem with copying an embedded chart from one worksheet to another Flystar[_13_] Excel Programming 2 May 21st 04 01:13 AM
Managing Addins in Excel Lorin Excel Programming 1 July 26th 03 02:23 PM


All times are GMT +1. The time now is 04:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"