Search results

  1. R

    Working with MS Word

    I need to perform the below in MS Word.. any easy way/ code stage to perform these steps directly ? 1. Fetch table from word to excel based on table number . 2. Search for table using the header information 3. Delete text from a particular point Upto the next section in Word . 4. Delete a given...
  2. R

    RUN macro button in excel not spyable

    I have a client macro (locked) which has run macro button . I can't spy it and don't even know yet how to run it using run macro action in BP since the code is locked. Even if I get the macro name then I am afraid that BP can get stuck indefinitely if any pop up appears when macro runs. How to...
  3. R

    Unprotect Workbook

    i need to open a protected workbook. Lets say my excel name is abc.xlsx and opens with password 1234. I need a way to open this with BP using code. Any inputs, please share the exact details.
  4. R

    How to get value of ID (from control room) in BP

    Hi, In control room there is a column named ID which is a random number for a process when executed on a resource pc. How can we get the value of that ID in BP ? I tried using get Seasion id but it is fetching an encrypted value..
  5. R

    Solved RPA estimation

    Hi Need detailed information on how to go about the estimation part for RPA (using any tool) Details related to environment, hardware, bots , timelines etc. Any many more . How to come up with these details?? Any template will be helpful.
  6. R

    How to secure web services exposed in BP

    How can we ensure security for the processes exposed as web services in BP. I found some way of using digital certificates but no detailed approach provided. Has anyone tried it? Need to ensure that if an external application is invoking the BOT using soap, http protocols and passing xml request...
  7. R

    Setting resolution programatically

    I need to ensure that wherever the process runs that is across different environment , vdi etc. I do not encounter any issues with respect to resolution change ( I cannot be sure what resolution the vdi is in). That is something which is not fixed. How to make sure that resolution is set to some...
  8. R

    RPC_E_Disconnect error

    Getting RPC_Disconnect when bot is running and trying to click the submit button. Works on and off . Note- when I tried running the bot from alternate vdi's then it works and sometimes it doesn't. Not stable. Anyone faces similar issue? Thanks
Top