cancel
Showing results for 
Search instead for 
Did you mean: 

Code genration

SalmanAhmed
Level 4
Hi   Can anyone please help me is there a possible way to generate code in c# or VB.net? like how we can record macro in excel? Is there any external tool or any solution for this query?   Thanks Salman Ahmed
Salman Ahmed System Engineer Asia/Kolkata
3 REPLIES 3

AndreyKudinov
Level 10
General answer is No. What kind of actions you want to ""record""? There are some tools that can record GUI interactions, but that does not work very well most of the time. You still need to ""fix"" that code you get to make it useful for anything more than a very simple clicking task. You can't just record a complex process and get yourself a working robot.

BenKirimlidis
Level 7
hi Salman, Like aikudino says, it's not really a possibility.  If you have strong VBA or VBS skills you can certainly record a Macro in VBA or Python and then trigger it using Blue Prism but I would recommend mapping out the process more completing in Blue Prism and doing it step by step.  You'll get the benefit of logging all the individual events which is very helpful for debugging and going over logs from a week ago or more.

SalmanAhmed
Level 4
Thank you both
Salman Ahmed System Engineer Asia/Kolkata