Can any one explain what the difference between the two function bellow is. I have some idea but just want to see if I'm right.
Thanks!!!Code:Format and Format$
Printable View
Can any one explain what the difference between the two function bellow is. I have some idea but just want to see if I'm right.
Thanks!!!Code:Format and Format$
Format returns the data as a variant, Format$ returns it as a string.
Thanks Raydr, I new I was somewhere along the track. :D