I'm trying to write a code to get the text version of a website that is quite large (about 150,000 characters) but whenever I try I only get the first 3848 characters. Does anyone know what I'm doing wrong? My code to get the data is
textbox1.text = Inet1.OpenURL(" & list)
where the string "list" is a list of stocks that I want to recieve information on.
textbox1.text = Inet1.OpenURL(" & list)
where the string "list" is a list of stocks that I want to recieve information on.