I am trying to run personal macro from UiPath but UiPath giving error that personal.xlsb file is not available or exists. The reason behind that is UiPath searching personal.xlsb file by default in user\document folder.
can someone help me how to change this default path to wherever I want.
Following is the screenshot shows how I am trying to execute the Macro.
Whenever you are trying to run a macro with EXECUTE MACRO activity then the specified excel file must be macro enabled and I could see you have mentioned as .xlsx
yes it is because i need to performed macro operation on latest downloaded file, which can not be macro enabled.
right now if I placed Personal.XLSB file in document folder macro getting executed successfully.
But I don’t want to keep this file in document folder instead I have to keep this in project directory, So I need to find out the way to change the default path where UiPath is looking this Personal Macro file.
Thanks @Palaniyappan. but I am able to fixed this issue by keeping this Personal.xlsb file in document folder( which is default path for UiPath/Blueprism). I need to change that.