-
I can't get load to work on a program I'm making, I can't explain it here becuase it involves too many subs and functions to go through. Therefore, the URL is
http://www.olemac.net/~hutch/HTMLEditor.zip
Ignore the Save and Save As functions, I haven't gotten to them yet.
My main problem is that whenever I load it it seems as though nothing happens.
Any help would be greatly appreciated, and if anyone has any suggestions for any other features I would appreciate it.
-
Well, the HTMLfile Variable is filled with the text from the selected file, but I can't find anywhere in the program that copies that info to screen or text control!
am I missing something?
after
Call HTML_Sort
add
Debug.Print HTMLFile
and you can see the file loaded.
-
Crap, I've just found out that this thing is going to be a lot more difficult to do. Tagtext will be harder because of stuff like background and crap like that. I'm going to have to redesign it quite a bit now.