Discussion:
VBA
(too old to reply)
Mark Barry
2022-12-01 16:38:35 UTC
Permalink
I am looking for a way to control gnuplot using VBA.
Martin Brown
2022-12-03 13:16:27 UTC
Permalink
Post by Mark Barry
I am looking for a way to control gnuplot using VBA.
Although it would be possible in theory to do this from VBA by using the
Application.Sendkeys method - developing it would drive you crazy.

I find copying and saving the scripts used to make a graph interactively
more helpful. Then paste the same script in next time. YMMV
--
Regards,
Martin Brown
Loading...