Thanks Mike,
not sure why I did not think about this myself! thanks for the heads up.
"Mike Fogleman" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Perhaps try On Error Exit Sub.
> If the query errors out then it would exit without running the msg line.
> Worth a try, I haven't tested it.
>
> Mike F
> "MM User" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hi,
>>
>> I have a macro that grabs info as a query from the internet:
>>
>>
>> ThisWorkbook.Sheets("Data").QueryTables("ReportData_1").Refresh
>> BackgroundQuery:=False
>>
>> MsgBox ("Data Successfully Loaded !")
>>
>> Is there a way to only show the MsgBox if it is successful?
>>
>> Regards,
>>
>>
>
>
|