S
SpaceCamel
Is is possible to address a task field name in VBA using the given custom name?
If "text1" is renamed "Area", is is possible to use "Area" to get at the
value?
How can I get the given name of a field name?
Also is it possible to loop thru "Textx" fields in a VBA macro with out
having to spell out each one? like:
for x=1 to 10
msgbox "Text" & x .value
next
???
If "text1" is renamed "Area", is is possible to use "Area" to get at the
value?
How can I get the given name of a field name?
Also is it possible to loop thru "Textx" fields in a VBA macro with out
having to spell out each one? like:
for x=1 to 10
msgbox "Text" & x .value
next
???