16-07-19 08:17 AM
Answered! Go to Answer.
16-07-19 05:05 PM
16-07-19 11:17 AM
16-07-19 12:23 PM
Yeah I got that far - I am looking for guidance on building the said features into a code stage.
16-07-19 05:05 PM
25-07-19 11:46 AM
Sub UpdateExcel ' Called from Blue Prism Action with Run Macro from MS Excel VBO 'Turn off error handling to let Blue Prism continue in case of an error On Error Resume Next ThisWorkbook.Worksheets(cMyWorksheet).Activate Call ChangeExcelLayout 'resume Error handling On Error GoTo 0 End Sub