tells you how many workbooks are open : Workbook File « Excel « VBA / Excel / Access / Word
- VBA / Excel / Access / Word
- Excel
- Workbook File
tells you how many workbooks are open
Sub CountBooks()
MsgBox Workbooks.Count
End Sub
Related examples in the same category