View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jordi Jordi is offline
external usenet poster
 
Posts: 7
Default Can't access to a WorkBook

I Open Excel from Start Menu, then I open again Excel form Start Menu, now I
have two Exels, opened.

I've two workbooks opened, but each one in one different Excel's windows,
how can I work with both by code?

The sentence:

?Workbooks.count

only returns one.
I open one workbook, and then another aplications creates a new workbook, in
the Window menu I only see the current window in each Excel, but I have two
workbooks opened in two Excel.

I'm using Excel 2002.