vijayendra.shukla
New Member
- Joined
- Jan 29, 2010
- Messages
- 34
Hi All,
No matter what my string is, i am always getting '0' as a return value from the Val function. Can anyone please explain me why????
sample code:
No matter what my string is, i am always getting '0' as a return value from the Val function. Can anyone please explain me why????
sample code:
Code:
MyString = "300 South 10Street"
MyNumber = Val(strMyString)
MsgBox MyNumber