A
andreas
Dear Experts:
1) this is a code snippet from one of my macros. This snippet causes a
page field to be selected. I now would like to select just page fields
in arabic style not roman style.
How am I to do this? The coding lines under 2) do not work
1) This snippet works
....
If UCase(Left(Trim(f.Code), 4)) = "PAGE" Then
f.Select
.....
2) This lines do not work? Why?
....
If UCase(Left(Trim(f.Code), 12)) = "PAGE\*ARABIC" Then
f.Select
.....
Help is appreciated. Thank you very much in advance.
Regards, Andreas
1) this is a code snippet from one of my macros. This snippet causes a
page field to be selected. I now would like to select just page fields
in arabic style not roman style.
How am I to do this? The coding lines under 2) do not work
1) This snippet works
....
If UCase(Left(Trim(f.Code), 4)) = "PAGE" Then
f.Select
.....
2) This lines do not work? Why?
....
If UCase(Left(Trim(f.Code), 12)) = "PAGE\*ARABIC" Then
f.Select
.....
Help is appreciated. Thank you very much in advance.
Regards, Andreas