Dim wbk as WorkBook
For each wbk In WorksBooks
MsgBox wbk.Name
Next wbk
-----Original Message-----
How do I determine all the currently open workbooks?
I will be writing a macro that will copy certain
information from one
workbook and paste it into the other workbook.
The user will determine - based on open workbooks - which
workbook to
copy from - and which workbook to copy into.
Thanks for any assistance!
---
Message posted from http://www.ExcelForum.com/
.