Get custom field type with project application object

Y

Yaron

Hi,

I wonder if there a way to get the type of custom field (string, number,
cost, flag, date, duration) in the client application object ?
 
R

Rod Gill

I don't think VBA does offer a way to find this, unless you build the type
into the name (EG strDuration). Names should be descriptive so PhaseCost
suggests a currency type value.

--

Rod Gill
Microsoft MVP for Project

Author of the only book on Project VBA, see:
http://www.projectvbabook.com
 
Top