M
mario
How to make a function (VBA) return more than one values.
Would appreciate if you can suggest an example
Would appreciate if you can suggest an example
mario said:How to make a function (VBA) return more than one values.
Would appreciate if you can suggest an example
Chris said:Examples:
Public Enum Rectangle
Height as Integer
Width as Integer
End Enum
TC said:Certainly no enum's in A97 VBA.
Do you know if that is true for later versions?
Dirk Goldgar said:Enums are supported in A2K2 and, I think, A2K. And presumably in A2003,
but I haven't opened that can of worms yet.
--
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)
Thank you very much for the prompt and clear reply.