[Home] [By Thread] [By Date] [Recent Entries]
Hey - thanks - I think that I am getting closer however I am still missing something... When I use what you gave me: Set objXML = LoadXML("https://api.competitionsuite.com/2013-02/Performances/?c=cce9ab64-5d54-44e4-a13e-f3b9528a5909") How do I accomplish the same thing as this - to check if it is loaded? I can do a check on the readystate and that works: If objXML.readyState = 4 Then Set NodeList = objXML.selectNodes("//ArrayOfCompetition/Competition/EventName")
For Each xNode In NodeList cboGroupName.AddItem xNode.Text lstGroupName.AddItem xNode.Text Next Else MsgBox "The document failed to load" End If Is there anything that I need to watch out for or be concerned about doing it this way? Thanks for all your help! Tom
On Mon, Jun 16, 2014 at 11:24 AM, William Velasquez <wvelasquez@v...> wrote:
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |

Cart



