A
Art
Hi all,
I have been forwarded the following UDF function as it is entered in a
cell
=woff(df3)
The argument "df3" is a text string used in a select case statement in
the UDF , not an address reference.
The user does not want to place quotes around the argument every time
he works on it.
Does anyone know how I can modify the UDF to allow for this
This is the header line of the UDF:
Public Function woff(cpMeasure) As Double
Regards
ArtWork
I have been forwarded the following UDF function as it is entered in a
cell
=woff(df3)
The argument "df3" is a text string used in a select case statement in
the UDF , not an address reference.
The user does not want to place quotes around the argument every time
he works on it.
Does anyone know how I can modify the UDF to allow for this
This is the header line of the UDF:
Public Function woff(cpMeasure) As Double
Regards
ArtWork