09-10-2009 10:54 AM
Does anyone know of a way to change the font for an entire table, programmatically?
Programmatically changing the font in a table, seems to require changing one cell at a time.
This is a hassel, especialy when writing in new cells after a font change.
09-10-2009 10:58 AM
Check the help for the active cell and you will find that
-2,-2
will select the whole table.
So yes one step.
Ben