vbaprogammer
Programmer
I would like to add Calc.exe to my VBA Word project. That is, the user can click a button on my form, and calculator will appear. Can I capture or control any buttons, menus, or textboxes in Calc using VBA? The user will make a calculation, which then must appear in the form textbox (for example, user clicks Paste, the amount is pasted into the form textbox, and then Calc.exe closes).
Perhaps there's a better method without using a DLL. I am not allowed to distribute DLLs (or ocx, etc) to our users.
Thanks.
Perhaps there's a better method without using a DLL. I am not allowed to distribute DLLs (or ocx, etc) to our users.
Thanks.