cancel
Showing results for 
Search instead for 
Did you mean: 
Vamshi_KrishnaD
Level 5
Status: New

Hi Team

Sometime for few excel action, we need to write the macro code in excel and call it from BluePrism (excel vbo - run macro) can we add the macro file as a part of release. so that it would be easy to have the macro file handy. 
 this will applicable for SAP also, we have to wright external macro code

2 Comments
ChristianPanhan
Level 6
Did you consider using a binary Environment-Variable to store file content? So the process could consume the variable, store it to disk and so on. Maybe you'd have to build a environment-variable to file-convert-object. The Variable could then be part of a release.
AndreyKudinov
Level 10
Macro files should probably be stored in a single location, we use share on Blueprism server. Otherwise there would have to be some kind of logic that puts them somewhere each time before process is started, otherwise you risk having different macro versions on different bots if someone edits it manually.
Environment variable is a good option - nice idea, Christian.

p.s. External DLL dependencies for VBOs would be nice on the other hand, but that might create licensing issues when you distribute them.