Basic-Excel-R-Toolkit
Basic-Excel-R-Toolkit copied to clipboard
Running a script via a "button"
Hi guys,
This is not really an issue, more of a request for a good solution.
Using VBA you can make a "button" that activates a macro when pushed. Is something similar possible in BERT? I want a script to run whenever a user pushes this button, so that the user don't have to open the BERT Console.
Thanks!
We used to have a facility for that, but we dropped it because we thought no one was using it. The alternative is to do exactly what you describe, create a button or a toolbar in VBA and then have the VBA function call your R function (see R and VBA).
In the future please ask questions on StackOverflow. Tag them with "BERT" and we will see them.