Can anyone tell me what is wrong with this code. I get the Error “Object variable or With block variable not set (Error 91)” This error occurs at run time.
Dim WSD As Worksheet
Set WSD = Worksheets("Sheet1")
WSD.XmlDataQuery(" ("A15")
Thank you,
Steve
Dim WSD As Worksheet
Set WSD = Worksheets("Sheet1")
WSD.XmlDataQuery(" ("A15")
Thank you,
Steve