I need to save the data in both columns and then load it!
This project is so huge that now i am so drained i can't figure out how to do this![]()
The other catch is i need to save it like so...
Or a better way if anyone knows of oneCode:sitename;url sitename;urlThe url is in the second column, the sitename is in the first. I think i have the saving sort of down just need to continue trying
Thanks Paul.
<Edit>
Sorry there are some more catches if it helps at all, i need to check if the url is already in the text file, and if it is then skip that row.
Something like that then just check if strbuffer contains the url, that would be good enough right?Code:Open App.Path & "\Sites.txt" For Input As #filenum strbuffer = Input(filesize, #filenum) Close #FileNumber




The url is in the second column, the sitename is in the first. I think i have the saving sort of down just need to continue trying 
Reply With Quote