B
Bridou
Hi,
I'm trying to use the ViewApply() method in C# but in the examples I've seen
until now, we need to write the name of the screen in the current language.
So for example, as I'm french, I need to write :
ViewApply("&Tableau des ressources", Missing.Value, Missing.Value);
To access the resource sheet.
I'd like my tool being usable in english or other language, so my question
is : is there a "gobal" name to use instead of ""&Tableau des ressources" or
"Resource Sheet" ?
PS : The same question for the sheet : Gantt diagram which is in french
"Diagramme de &Gantt"
Thanks by advance.
Bridou
I'm trying to use the ViewApply() method in C# but in the examples I've seen
until now, we need to write the name of the screen in the current language.
So for example, as I'm french, I need to write :
ViewApply("&Tableau des ressources", Missing.Value, Missing.Value);
To access the resource sheet.
I'd like my tool being usable in english or other language, so my question
is : is there a "gobal" name to use instead of ""&Tableau des ressources" or
"Resource Sheet" ?
PS : The same question for the sheet : Gantt diagram which is in french
"Diagramme de &Gantt"
Thanks by advance.
Bridou