Thread
:
Opening a ReadOnly file in Excel VBA
View Single Post
#
2
Posted to microsoft.public.excel.programming
Shunt
external usenet poster
Posts: 14
Opening a ReadOnly file in Excel VBA
Try this:
Application.Workbooks.Open _
Filename:=JobListPath, IgnoreReadOnlyRecommended:=True
Shunt
Reply With Quote
Shunt
View Public Profile
Find all posts by Shunt