Hi,

I am new in VBA/MS Project programming and I have a problem with regional settings.
The thing is I am trying to develop a macro for checking if a task has an associated calendar.
What I am doing is for each task,
t.Calendar <> "None"
but that only works for English installations and I need a multilingual check.

Can anyone help me?

Thanks in advance