write something like this:
on error goto errhandler
[your code]
[end code]
errhandler:
if err.number <> 0 then 'execute only if no error
select case err.number 'function relies on err.#
case is = 13
msgbox err.number & vbnewline & err.discription
err.clear...
Hello. I've been trying to extract all the links out of a html document.
I need help. I do not know where to begin. :(
the link format that is to be extracted is
http://*.com
is there a code to get the string between some a delimiter?
like "http://*.com" the delimiter being...
I would like to create a program that gets all the files on a hardrive, or a path selected via a dir control and put it into a listbox. I can only get as far as to get all the dirs on "C:\" and one sub dir below that. Im having trouble looping after that. Thanks million for help.
Hello,
I am trying to input a text file into 3 list boxes. But before I do this I must remove "|" and put the the string before it into its respective listbox.
example
Text file:
7|12 Pack Pepsi|4.99
'the lists should look like
list1:
7
list2:
12 Pack Pepsi
list 3:
4.99
Thank you in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.