Tables Sizes

S

sorcerer

Hi Guys..
Hey does anyone know how to reduce the size of tables in the document.
I had written a code like this...

for each tablen in activedocument.tables
if tablen.preferredwidth > 5
tablen.preferredwidth = InchesToPoints(5)
end if
next tablen..

But this does not work..
Any ideas
 
Top