Scrolling Table & HTTP Call
How can I take a table from excel and have it scroll on the screen. How do you configure an event to make an http call?
Sub GetBarcodeList()
file$="Highlights.csv"
URL$="http://192.168.137.1:100/test3/"
txfer=createobject("roURLTransfer")
txfer.SetURL(URL$ + file$)
txfer.GetToFile("barcode_list.csv")
txfer=0
End SubCan't find what you're looking for?
Contact support