M
mikenam
i just noticed vba allows you to define a variable as "Table" or
"Tables" is there a difference?
I usually declare
oTb as *Table*
for each oTb in activedocument.*Tables*
Next
"Tables" is there a difference?
I usually declare
oTb as *Table*
for each oTb in activedocument.*Tables*
Next