Thread
:
run macro for all files in directory - error in my code
View Single Post
#
6
Posted to microsoft.public.excel.programming
David Sisson[_2_]
external usenet poster
Posts: 15
run macro for all files in directory - error in my code
In that case, change
aLinks = wbk.LinkSources(xlExcelLinks)
to
aLinks = wkbk.LinkSources(xlExcelLinks)
Reply With Quote
David Sisson[_2_]
View Public Profile
Find all posts by David Sisson[_2_]