As you know, Val() stops at commas, parentheses, etc, but ignores spaces between separate numbers!
CDBL(strTxt) offers help, but only if the string is fully numeric
You are probably right!
I thought I tried it and it worked, but I am finding out that this code return HTML in the page, not the textual data itself.
So, my request is on!
Pls show me How to copy text from any given webpage to thee ClipBoard.
I now open the page manually and SelectAll - Copy data from File menu, but would like my program to do the copyin
Saving ...
I now know that there are two ID3 versions:
v1 at the end of the file (128 bytes)
v2 at the beginning of the file (up to 256MB!)
Obviously, v1 tags are fixed-length, while...
I have 1000's of MP3 files whose properties (title, artist, etc) need standardization.
The files are stored in different folders according to genre, and the file name reflects the name of piece and...
On a form I downloaded, all controls are fixed. They can be moved and resized only programmatically. I couln't locate the property that is responsible for this.
Please add the following to the KeyUp (or KeyDown) event of Text1
Place cursor at the beginning of a word and press F-12. The word will be selected, as expected.
I always thought that (x&) is passable as an argument to a Sub expecting (x As Long)!
I was wrong (I think!).
I got the dreaded "byref argument type mismatch" from this code: