D Dick Kusleika Dec 8, 2004 #2 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
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