list of Opened excel files
Hi,
I got some problem in finding the names of all excel opened files using word VBA.
Following code is working in excel vba but i am not able to do it in word vba. Can some one help me. Thanks in advance.
Dim wb As Workbook
For Each wb In Application.Workbooks
MsgBox wb.Name
Next
Thanks,
SDondeti
|