ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Constants Tied to Arguments in Methods (https://www.excelbanter.com/excel-programming/401057-constants-tied-arguments-methods.html)

Ronald Dodge[_2_]

Constants Tied to Arguments in Methods
 
I would like to know how can I type constants to a particular argument in
methods similar to like how the constants below are tied to the last
argument of the InStr function:

vbBinaryCompare
vbDatabaseCompare
vbTextCompare

I have a method within VBA that I would love to be able to do the same thing
with, rather than having to put constants in a separate location or having
to hard code the values.

--

Sincerely,

Ronald R. Dodge, Jr.
Master MOUS 2000



JP[_3_]

Constants Tied to Arguments in Methods
 
Hope I'm getting this right. Sounds like you are look for Enums?

http://www.cpearson.com/excel/Enums.htm


HTH,
JP

On Nov 13, 4:12 pm, "Ronald Dodge" wrote:
I would like to know how can I type constants to a particular argument in
methods similar to like how the constants below are tied to the last
argument of the InStr function:

vbBinaryCompare
vbDatabaseCompare
vbTextCompare

I have a method within VBA that I would love to be able to do the same thing
with, rather than having to put constants in a separate location or having
to hard code the values.

--

Sincerely,

Ronald R. Dodge, Jr.
Master MOUS 2000




Ronald Dodge[_2_]

Constants Tied to Arguments in Methods
 
That did it. Thank you.

--

Sincerely,

Ronald R. Dodge, Jr.
Master MOUS 2000

"JP" wrote in message
oups.com...
Hope I'm getting this right. Sounds like you are look for Enums?

http://www.cpearson.com/excel/Enums.htm


HTH,
JP

On Nov 13, 4:12 pm, "Ronald Dodge" wrote:
I would like to know how can I type constants to a particular argument in
methods similar to like how the constants below are tied to the last
argument of the InStr function:

vbBinaryCompare
vbDatabaseCompare
vbTextCompare

I have a method within VBA that I would love to be able to do the same
thing
with, rather than having to put constants in a separate location or
having
to hard code the values.

--

Sincerely,

Ronald R. Dodge, Jr.
Master MOUS 2000






JP[_3_]

Constants Tied to Arguments in Methods
 
Glad to help!

--JP

On Nov 13, 4:49 pm, "Ronald Dodge" wrote:
That did it. Thank you.

--

Sincerely,

Ronald R. Dodge, Jr.
Master MOUS 2000

"JP" wrote in message

oups.com...



Hope I'm getting this right. Sounds like you are look for Enums?


http://www.cpearson.com/excel/Enums.htm


HTH,
JP


On Nov 13, 4:12 pm, "Ronald Dodge" wrote:
I would like to know how can I type constants to a particular argument in
methods similar to like how the constants below are tied to the last
argument of the InStr function:


vbBinaryCompare
vbDatabaseCompare
vbTextCompare


I have a method within VBA that I would love to be able to do the same
thing
with, rather than having to put constants in a separate location or
having
to hard code the values.


--


Sincerely,


Ronald R. Dodge, Jr.
Master MOUS 2000- Hide quoted text -


- Show quoted text -





All times are GMT +1. The time now is 10:06 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com