|
-
Aug 2nd, 2005, 09:01 PM
#1
Thread Starter
Frenzied Member
Replacing a " " with nothing
Well in some of the data im getting back, it has alot of spaces infront of it. It looks something like:
" Data"
I just want "Data", what would I replace to make it so it only contains "Data"? At first I thought it would be something like
NewData = Replace(Data," ", VbNullstring)
but that does not work like I thought it would. Any idea?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|