Basic-Excel-R-Toolkit icon indicating copy to clipboard operation
Basic-Excel-R-Toolkit copied to clipboard

Running a script via a "button"

Open norway123 opened this issue 7 years ago • 1 comments

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!

norway123 avatar Apr 05 '18 13:04 norway123

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.

duncanwerner avatar Apr 05 '18 14:04 duncanwerner