Hi,
i hardly know vb.net but i know Excel macro so i wanted to create custom activity using VBA macro
Is it possible, how can i do that ?
Hi,
i hardly know vb.net but i know Excel macro so i wanted to create custom activity using VBA macro
Is it possible, how can i do that ?
we can use INVOKE VBA with your vb.net script
–first write a txt file with your vb net script
–use INVOKE VBA activity and pass the file path of that text file as input
https://docs.uipath.com/activities/docs/invoke-vba
Cheers @Vikram212
Thanks but i dont want to use invoke VBA activity because it gives Trust access error and user has to do that manually and also it might have loads of parameters to be passed in entry method parameter.
so only trying to create activity which will ease
hi
do you like to run a Macro in MS-excel file ?