P
pavan
Hi All,
My word document has many fields in it (analogous to XML nodes in
Office 2003 and above). I need to read information from some of them.
Right now I loop through the activeDocument.Fields collection to get
the required information. this is, quite obviously, a perf hit. Like
activeDocument.SelectSingleNode or acitveDocument.SelectNodes methods
present in Office 2003, is there anything that I can make use of in
Office XP and helps reduce the perf hit?
Appreciate quick pointers as it is little urgent
Regards
TIA
Pavan
My word document has many fields in it (analogous to XML nodes in
Office 2003 and above). I need to read information from some of them.
Right now I loop through the activeDocument.Fields collection to get
the required information. this is, quite obviously, a perf hit. Like
activeDocument.SelectSingleNode or acitveDocument.SelectNodes methods
present in Office 2003, is there anything that I can make use of in
Office XP and helps reduce the perf hit?
Appreciate quick pointers as it is little urgent
Regards
TIA
Pavan