 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
JM Guest
|
Posted: Wed May 16, 2007 5:32 pm Post subject: Excel Problem to obtain all Worbooks opened |
|
|
Hello,
I would like to list all workbooks opened.
Here is my code:
XlApp: OleVariant ;
XlApp := GetActiveOleObject('Excel.Application');
For I:=1 To XlApp.WorkBooks.Count Do
ShowMessage(XlApp.WorkBooks[I].FullName) ;
When i launch 2 (or more) Workbooks and i execute this code,
the XlApp.WorkBooks.Count property is always = 1.
Solutions ?
Thanks
jm |
|
| Back to top |
|
 |
Oliver Townshend Guest
|
Posted: Thu May 17, 2007 4:58 pm Post subject: Re: Excel Problem to obtain all Worbooks opened |
|
|
Worksheets not workbooks?
Oliver Townshend |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|