C
Chongchong
I have a Word document with many tables in it.
I want to set the font of all the words in the tables within an area that I
select to Times New Roman.
I wrote the following code, but it does not work:
For each oTable in Selection.Tables
oTable.Font.Name = "Times New Roman"
Next
What's wrong with the code that I wrote?
I want to set the font of all the words in the tables within an area that I
select to Times New Roman.
I wrote the following code, but it does not work:
For each oTable in Selection.Tables
oTable.Font.Name = "Times New Roman"
Next
What's wrong with the code that I wrote?