E
Eran
Having 1000’s of pages to go through, I am seeking advice how to by an
application of a macro, change existing font sizes of 8 and 10 to 10 and 12
respectively.
10 Sub A()
15 If Font size 10 then
20 Font size 12
25 Or
30 If Font size 8 then
35 Font size 10
40 Else
45 Save
50 End if
55 Else
60 Save
65 End if
70 Save
75 End Sub
application of a macro, change existing font sizes of 8 and 10 to 10 and 12
respectively.
10 Sub A()
15 If Font size 10 then
20 Font size 12
25 Or
30 If Font size 8 then
35 Font size 10
40 Else
45 Save
50 End if
55 Else
60 Save
65 End if
70 Save
75 End Sub