Product Forum
Get personalized help and advice from other SS&C Blue Prism users here.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Renamed Worksheet

Hi there, I'm trying to rename a worksheet but i have some errors. Could you help me please ? 'Here in VBA 'Sheets(worksheetName).Select 'Sheets(worksheetName).Name = newName 'ws.Name = newName 'What i put on BluePrism 'First Try Dim ...

Spying Dynamically generated HTML

Hi, all. This is Arturo, from Madrid (Spain), for Vector, a brand new Blue Prism partner. Just one thing about HTML Spying... Can someone help me trying to capture "things" while booking a flight at, for instance, ryanair.com? I mean. Just open: "h...

Task assign for scheduler

Scenario: I have 4 process to execute one after the other by using scheduler *process completion ----- Process 1 on complete-->process 2 on complete-->process 3 on complete-->process 4 on complete-->stop *process exception ----- process 1 on exc...

Error While using Code stage

Hi, I m trying use Code block for finding a string match in Excel, Added the required namespace and libraries and there is no ERRORS encountered in code block ie No Compilation error in code block but while executing "Object reference not set to in...

PrasadM by Level 3
  • 222 Views
  • 1 replies
  • 0 likes

Write path of a file in the directory box

While writing the path of the file in the directory box, the robot is writing ";" instead of ":" For example: C:\Users\10618994\Desktop The robot will write the above mentioned path as: C;\Users\10618994\Desktop So due to this issue we cannot able t...

Anonymous by Not applicable
  • 259 Views
  • 1 replies
  • 0 likes

Reader stage - 'Read Image'

I've had a number of process's running successfully for months and months, the other day we had to upgrade the citrix client on the PC's to Citrix version 12 (from citrix version 11) to support 256bit encryption used by the system we are integrating ...

Read text from image data item

A citrix application we're using has a background gradient that interferes with font recognition, and makes OCR very unreliable. I am able to read the image, and edit it into black and white, so "recognise text" works on it. In order to use "recogni...

Running multiple Rumba Sessions

Rumba Session ID When a session is created for Blue Prism to use in Rumba as per below, you need to ensure for each machine the "Session ID" in the options is changed for each VM or machine. By launching the session file manually or by using a robo...

Using 'Paste' action in MS Excel VBO

Hi, I can't get the 'paste' action in the MS Excel VBO to work properly. Please see error message enclosed. Prior to running that action, I have ensured that I am on cell 'A1' and set the clipboard with the text that I want to paste. Any ideas o...

Excel - Saving a shared document

A central control spreadsheet that needs to be used by multiple users is saved as part of each run of my process. Operations will need to view this spreadsheet to see what stage each member is at, however when I change the spreadsheet to shared it s...

Error when I combine multiple objects in one process

Hello everybody, I need your help to resolve an issue which happen in my project : My project is composed of multiple objects that must be run multiple times by iteration: 1 to manipulate PDF file, 1 to manipulate excel file 1 to send mail 2 o...

Anonymous by Not applicable
  • 167 Views
  • 1 replies
  • 0 likes

Send CTRL+ALT+END over RDP

Does anyone know a way of acheiving this? So far i have the following code: [DllImport("user32.dll", SetLastError = true)] static extern void keybd_event(byte bVk, byte bScan, int dwFlags, int dwExtraInfo); public const int VK_MENU = 0x12; public ...