I am new to VBA. In Excel sheet I have data. At the end of the every row I have an onclick button.
My requirement is when I click on a button it has to run Sikuli from command prompt.
Which command is used to open and run the command prompt in VBA?
I don't know sikuli, but if you want to run a command line from VBA code as part of a button click, look at the Shell command.