Quote Originally Posted by shirazamod
Debug.Print sometimes doesn't print all data. If you want to see all the data in the string, print it to a file & then open the file manually (use 'Open "C:\debug.txt" For Output As #1...)

Debug.print doesnt print all the data??