M
Michael, TransmissionsLLC
I am trying to modify the text of an existing comment in a visio document
through vba, but am having some problems with it.
The pertinent piece of code is...
vsoPage2.PageSheet.CellsSRC(visSectionAnnotation, iComment,
visAnnotationComment).Formula = xmlNodeList.Item(i).Text
where xmlNodeList.Item(i).Text is the content of a node in an xml document
loaded into the MSXML parser.
Any ideas on why this is tanking?
Thanks in advance.
Michael
through vba, but am having some problems with it.
The pertinent piece of code is...
vsoPage2.PageSheet.CellsSRC(visSectionAnnotation, iComment,
visAnnotationComment).Formula = xmlNodeList.Item(i).Text
where xmlNodeList.Item(i).Text is the content of a node in an xml document
loaded into the MSXML parser.
Any ideas on why this is tanking?
Thanks in advance.
Michael