Thread
:
open Workbook path
View Single Post
#
2
Posted to microsoft.public.excel.programming
Gary''s Student
external usenet poster
Posts: 11,058
open Workbook path
Sub listum()
For Each wb In Workbooks
MsgBox (wb.Name & wb.Path)
Next
End Sub
--
Gary''s Student - gsnu2007h
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student