Our VBA code requires selenium basic to be installed. We’re looking to distribute our macro enabled excel file (in .exe) to the end user, and along with it want the end user to also
- install ‘selenium basic’
- download the latest chromedriver and replace it with the chrome driver in the selenium basic folder
- Open another file ‘chrome.vbs’ in the selenium basic folder and perform an update when the prompt asks
- Lastly, we want them to in Region Settings > Region > Additional date & time settings > Change Date,Time > Administrative > Change System Locale> Enable Unicode UTF-8.
Since these are all requirments for our macro to work.
Let us know how we can achieve this, Thanks!