N
Nick Calladine
I wonder if some one can clarify if it is possible
I want to set a global or constant in word at the start of a document /
module in vba is this possible
I understand to set a variable i use the "public" and if i require a set
value that i would use the "const"
But how do set a variable to the whole document which refers to a table
something like const tblEmployees As Tables = ActiveDocument.Tables(1)
or this is poor coding or bad practice... ?
if ppl have any tutorials or links which might help it all become clear
many thanks
I want to set a global or constant in word at the start of a document /
module in vba is this possible
I understand to set a variable i use the "public" and if i require a set
value that i would use the "const"
But how do set a variable to the whole document which refers to a table
something like const tblEmployees As Tables = ActiveDocument.Tables(1)
or this is poor coding or bad practice... ?
if ppl have any tutorials or links which might help it all become clear
many thanks