P
p4patricia
I have created a template which contains tables without borders. So that the
user can see the tables I would like to ensure that they have their table
gridlines turned on. Using VBA code I have tried both:
ActiveWindow.View.TableGridlines = True
and:
wordbasic.showtablegridlines
These work only if the user has the gridlines already turned OFF. If they
are turned on then this code turns the gridlines off.
I want to ensure that the table gridlines are always on.....
user can see the tables I would like to ensure that they have their table
gridlines turned on. Using VBA code I have tried both:
ActiveWindow.View.TableGridlines = True
and:
wordbasic.showtablegridlines
These work only if the user has the gridlines already turned OFF. If they
are turned on then this code turns the gridlines off.
I want to ensure that the table gridlines are always on.....