M
Mark
I program vba app in an English version of Microsoft project. Unfortunately,
becuase of the COM model used some properties seem to be lanaguage dependant.
EG if you look at the task.calendar property the return is a calendar name.
This seems to differ by language which has no use for me as i can't test for
each language. The sam ecan be found on dates where no date is available.
In english you wou;d get N/A but in Dutch for example you would get N.v.t.
Does anyone know of why enum aren't returned instead of Strings? Has anyone
else experience anything similar??
becuase of the COM model used some properties seem to be lanaguage dependant.
EG if you look at the task.calendar property the return is a calendar name.
This seems to differ by language which has no use for me as i can't test for
each language. The sam ecan be found on dates where no date is available.
In english you wou;d get N/A but in Dutch for example you would get N.v.t.
Does anyone know of why enum aren't returned instead of Strings? Has anyone
else experience anything similar??