J
JHB
Hi:
I have a piece of code that interrogates Google Maps and right now
returns the results in a message box. I did not write the code and
have no real idea how it works, but would like to be able to tease out
of the results such information as miles and time, which are embedded
in it. To start I need to get the result in a form that can be stored
for further analysis. The MSGBOX does not allow storage, and doesnt
even allow it to be copied. At least I would like to be able to print
uit out so that I can share it with others to get advice.
Can someone tell me how to change the following line so that the items
in msgbox can be printerd and or stored?
LResponse = MsgBox(objXML.responseText, vbOKOnly, "Result")
Thanks
John Baker
I have a piece of code that interrogates Google Maps and right now
returns the results in a message box. I did not write the code and
have no real idea how it works, but would like to be able to tease out
of the results such information as miles and time, which are embedded
in it. To start I need to get the result in a form that can be stored
for further analysis. The MSGBOX does not allow storage, and doesnt
even allow it to be copied. At least I would like to be able to print
uit out so that I can share it with others to get advice.
Can someone tell me how to change the following line so that the items
in msgbox can be printerd and or stored?
LResponse = MsgBox(objXML.responseText, vbOKOnly, "Result")
Thanks
John Baker