A
Alok
Hi all
Plz tell me .
I want to transfer a doc. table's contents to the textbox in a userform.
the tables have docvariable already embedded .
I want that, when i transfer the contents from the textbox back to the doc.
table then the docvariable should be persisting in the table.
Right now it removes the docvariable name and transfers staticaly .
eg.
txt1.value = activedocument.tables(1).Range.text
activedocument.tables(1).Range.text = trim(txt1.value)
any help is appreciating .
Thanks,
Alok
Plz tell me .
I want to transfer a doc. table's contents to the textbox in a userform.
the tables have docvariable already embedded .
I want that, when i transfer the contents from the textbox back to the doc.
table then the docvariable should be persisting in the table.
Right now it removes the docvariable name and transfers staticaly .
eg.
txt1.value = activedocument.tables(1).Range.text
activedocument.tables(1).Range.text = trim(txt1.value)
any help is appreciating .
Thanks,
Alok