How to copy text & non text content from clipboard and paste it into REQ description field of HP Quality Center?
♥ 0 |
Hi Peers, Using Word objects in VBA, I am opening word document and then I am Iterating through all the list items ( Heading Names) having different heading styles present in the Word Navigation Panel. For each heading I am extracting the heading Name and its residing content. Now, for each heading I want to create a REQ in ALM, where the REQ name will be Heading Name and REQ descrition content will be the data residing with in the heading ( Data might be text or html or pictures or mixed ). I am successful till the point where I am to copy the data residing for each heading but post that I am not able to figure out how to paste this content (text + non text ) into REQ description while creating a new requirement. Below code is returning only TEXT but not formatting, I want formatting as – is like present in the source. oWord.Selection.Copy Regards,Srihari
Marked as spam
|