I know about the $ character, but what is the # character for/what
does it do?
Thanks
Like $ character, it seems that # is used as a type declaration, but
returning a Double instead of String for $ and Variant for none.
So this is equivalent:
Public Function Testit() As Double
Public Function Testit#()
Sounds like you're looking at real old-school VBA code... Type
declaration character is nowadays deprecated and not recommended.
Thanks for that info.
I have some code originally obtained from
http://groups.google.co.uk/group/microsoft.public.vb.general.discussion/browse_thread/thread/494c8aa24a624350/cfe86aa06c8c47eb%23cfe86aa06c8c47eb