Search results

  1. V

    Get/read all drop down values of cell in excel to collection

    Hi Team, I would like to get all the drop down values of excel cell into collection. Can anyone help me here the way to get it?
  2. V

    Create and send email in Outlook using script

    We can make a changes to MAPIx VBO as below and send email accordingly: For High Priority/Importance update the below line in the code ,MAPIMessage.Priority.IMPORTANCE_HIGH at below location : Using msg As New BPMAPIMessage() If Not msg.Create(mapi,MAPIMessage.Priority.IMPORTANCE_HIGH) Then...
  3. V

    High Importance email

    You can make a changes to MAPIx VBO as below and send email accordingly: For High Priority/Importance update the below line in the code ,MAPIMessage.Priority.IMPORTANCE_HIGH at below location : Using msg As New BPMAPIMessage() If Not...
  4. V

    Solved How to start work queue from the point of it's failed.

    Thanks VJR for Direction. I am able to accomplished it..
  5. V

    Solved How to start work queue from the point of it's failed.

    Greetings, I have scenario like, I have to execute 10 Marcos on the worksheet. All 10 Macros name, I put into work queue to keep a track of it's status. Sequence of the Marcos are important and dependent of each other. Now, Say if my macro # 3 failed and my process terminated. I would like...
  6. V

    Help needed with OLEDB csv connection string.

    I am working on a file, where I have to pull over 150K rows from CSV file into collection. I am trying doing same using OLEDB VBO. But, I am stuck at setting up the OLEDB CSV connection string, getting attached error. I gone through documentation on portal also but not of much help there as...
  7. V

    Solved Unable to move file using File management VBO

    Hello here, Finally, I am able to move working file using "Utility - Environment VBO - Kill Process". First Kill the process and then move file.
  8. V

    Solved Unable to move file using File management VBO

    Hi Sukesh, Thanks for replying. But I am not generating excel, I am reading excel and same excel I want to moved to new folder once processed. Which is not happening as excel is locked by BP.
  9. V

    Solved Unable to move file using File management VBO

    Greeting Experts! I am new to BP world and learning this tool. I am facing below Problem: I would like to move my currently working xls file to another folder once it's processed using BP. As this file is being locked by same Blue prism process, I am getting below message: The process cannot...
Top