How can I add a VB/VBA interface to my application?
I am writing a terminal emulator and would like to add a VB/VBA programming interface, similar to the Visual Basic Editor in Excel, so that I can automate tasks to run through the emulator.
Does anyone have any idea how to achieve this or can anyone point me to a resource on the subject?
Many thanks in advance,
Dave.
Re: How can I add a VB/VBA interface to my application?
Yes you can add VBA support to your app but will need to purchase Licensing from MS for the VBA IDE. Its a bit expensive at $1,000+ but will save you allot of work.
http://msdn.microsoft.com/isv/techno...a/default.aspx
http://msdn.microsoft.com/isv/techno...w/default.aspx
http://vba.summsoft.com/
Moved
Re: How can I add a VB/VBA interface to my application?
Thanks for the assist RobDog, I will look into that and see if I can loosen the hands that hold the purse strings.
All the best,
Dave.