Recent content by gayatri

  1. G

    how to fix the error autofilter method of range class failed

    This the below code i am using: Dim ws As Object 'Dim varUsedRange As Object Try ws = GetWorkSheet(Handle, Workbook, Worksheet) 'ws.Range("G:G").Select 'varUsedRange = ws.UsedRange().address 'If ws.AutoFilterMode Then ' ws.AutoFilterMode = False 'Turn off filters if already applied 'End...
  2. G

    Solved Blueprism-Select menu item in SAP

    Thanks a lot sir
  3. G

    Solved Blueprism-Select menu item in SAP

    Hi All, I am also having same requirement to export data to excel. I have to navigate through List->Export->Spreadsheet. How can we do this using blueprism. Could you please help me on this.
  4. G

    Solved Send email with HTML table

    hi All, By using this code i am getting values as in format of table but not with any borders.I am usimg email-pop3/smtp vbo. Could you please help me on this
  5. G

    spying

    Hi all, In blue prism for an element in web application match index is changing and the "path" is also changing randomly then how to spy that element using other attributes . we n want to just read the element value. please suggest a solution.
  6. G

    Regarding pdf

    thankyou for your reply
  7. G

    Solved Simple question about blue Prism and SAP integration

    Hi all, In SAP after entering data, the application is getting hanged so much time and blue prism is stuckking at that particular stage. Could you please suggest us how to proceed further in coding , to close sap and pick up the next request.
  8. G

    queue log error

    hi all, in queue log of work queue, we are getting "?" added to text , even though we dont have any special characters in collection.when adding data to queue , in log of it we are getting this error. Please help us
  9. G

    Solved Get Excel sheet (xlsx) with Chinese characters as a collection

    hi all, in queue log of work queue, we are getting "?" added to text , even though we dont have any special characters in collection.when adding data to queue , in log of it we are getting this error. Please help us
  10. G

    usage of set collection field value action in utility collection manipulation vbo

    usage of set collection field value action in utility collection manipulation vbo
  11. G

    sap automation

    Thankyou Diarselimi sir.
  12. G

    sap automation

    Hi all, how to use get path if some elements are not spyable in sap automation. what to do if elements are not spyable in sap. Please guide me.
  13. G

    Blueprism Mapiex

    Hi All, Failure in Get Mail function of Blue Prism Extended MAPI Automation. Failed to initialise MAPIEx (A MAPI Error occurred : 0x80004005 : MAPI_E_CALL_FAILED) how to fix this errorwhile using mapiex vbo n blueprism. Please guide me...
  14. G

    Blueprsim mapiex vbo

    In blueprism mapiex vbo can we know attachments are of which type that is .pdf or .xlsx or anything? and can we move all inbox mails to separate folder? Please help me
  15. G

    collection

    thankyou for your reply,but it is giving same rows as in input collection.In the input collection i have current values in that i should remove duplicates.In the logic in intial values they did it can be applied for current values also.
Top