C
carl
is there a way to give a unique name identification to a
table and then use this name to acces this table in VBA?
It is more cleaner then this:
Activedocument.table(1).select
example:
Activedocument.table.item("Table_Name").select
table and then use this name to acces this table in VBA?
It is more cleaner then this:
Activedocument.table(1).select
example:
Activedocument.table.item("Table_Name").select