CDC
You have to refresh it in code. I haven't found a way to refresh it without
first unprotecting the sheet.
Sheet1.Unprotect
Sheet1.QueryTables(1).Refresh False
Sheet1.Protect
--
Dick Kusleika
Excel MVP
Daily Dose of Excel
www.dicks-blog.com
CDConsultant wrote:
How do I allow a querytable to refresh while the spreadsheet is
protected?