K
Kenneth Hutson
Hi Group,
I want to fill a list box on my form with the names of all open Excel
workbooks. Since Excel is a multiple instance application, I need a way to
step through each instance to get all of the workbook names. I've looked at
getobject() but this returns only the first instance of Excel it finds. When
I use a Process class, I can see all instances of running Excel but I don't
know how to assign each process to a variable so that I can get at the
workbook names. Any ideas would be helpful.
Thanks,
Kenneth Hutson
San Antonio, TX
I want to fill a list box on my form with the names of all open Excel
workbooks. Since Excel is a multiple instance application, I need a way to
step through each instance to get all of the workbook names. I've looked at
getobject() but this returns only the first instance of Excel it finds. When
I use a Process class, I can see all instances of running Excel but I don't
know how to assign each process to a variable so that I can get at the
workbook names. Any ideas would be helpful.
Thanks,
Kenneth Hutson
San Antonio, TX