MarcusESP79
Programmer
I've got a problem when merging data from excel into word.
Basically, I've got a table in word where the data is being merged to, and where a field meets a certain condition I want to delete the whole row from the Word table.
I've got a macro which can do this, but I want to try and avoid this since it uses a lot of resource when running a selection.rows.delete over potentially 5,000 pages!!
Does anyone know how I can do this...or even if it's possible?
Many thanks
Basically, I've got a table in word where the data is being merged to, and where a field meets a certain condition I want to delete the whole row from the Word table.
I've got a macro which can do this, but I want to try and avoid this since it uses a lot of resource when running a selection.rows.delete over potentially 5,000 pages!!
Does anyone know how I can do this...or even if it's possible?
Many thanks