View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
losmac[_2_] losmac[_2_] is offline
external usenet poster
 
Posts: 44
Default All open workbooks

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/

.