02-01-24 05:29 AM
HI Team, I have scenario where I have to copy paragraphs between two headings from word document and paste it into another word document under specific section. I have created a VBA code in word document which works in Word VBA and when i modify according to our BP code stage. I am getting various error message and difficult to complete the action. Please help me resolve the action.
Here is the code which i was using in BP Code and getting the error.
03-01-24 09:34 AM
Hello. Have you looked at the logic in Blue Prism's own Word VBO and how the code looks in that, how it launches/attaches/etc. Whenever I ever wanted to create a new Word or Excel action I would take a copy of the existing BP VBO, remove all the actions I did not need (leaving all the launch/connect/attach/close/etc ones) and then create my action using the same syntax format they used and keeping the same connect/launch actions.
All the create object / GetDocument logic already exists in the existing VBO.
Blue Prism Digital Exchange