Thread
:
Refresh Query on open failing
View Single Post
#
2
Posted to microsoft.public.excel.programming
ward376
external usenet poster
Posts: 360
Refresh Query on open failing
Try referring to the query table rather than a range:
yoursheet.QueryTables(1).Refresh BackgroundQuery:=False
Cliff Edwards
Reply With Quote
ward376
View Public Profile
Find all posts by ward376