B
Blake
Greetings from beautiful Tucson, AZ,
Question: Is it possible to create a GUI/form/etc. in VBA strictly
through text code (meaning the GUI is "built" WITH text commands
specifying control properties/methods and WITHOUT the graphical tool
that lets you select GUI components and drag-and-drop them on a
template)?
Why I ask: I cut my GUI-design-programming teeth in Matlab (by
MathWorks), in which you could build a GUI either (A) through their
graphical GUI design editor (similar to VBA's drag-and-drop tool) OR
(B) by building the GUI entirely through code commands (specifically,
a "uicontrol" command that specified each control's general methods/
properties). I prefer this second option for GUI design due to
portability/openness/drag'n'drop-hurts-my-wrist/etc.
Other options I am aware of: I am aware of the variety of standard
dialogs available in VBA; I'm seeking to create my own personalized
GUI's with text commands and without all the mousework. I am aware of
work-arounds involving other GUI tools (I've had Word call programs
built in Python's Tkinter).
Thanks for your time in reading and any potential help you can provide.
Question: Is it possible to create a GUI/form/etc. in VBA strictly
through text code (meaning the GUI is "built" WITH text commands
specifying control properties/methods and WITHOUT the graphical tool
that lets you select GUI components and drag-and-drop them on a
template)?
Why I ask: I cut my GUI-design-programming teeth in Matlab (by
MathWorks), in which you could build a GUI either (A) through their
graphical GUI design editor (similar to VBA's drag-and-drop tool) OR
(B) by building the GUI entirely through code commands (specifically,
a "uicontrol" command that specified each control's general methods/
properties). I prefer this second option for GUI design due to
portability/openness/drag'n'drop-hurts-my-wrist/etc.
Other options I am aware of: I am aware of the variety of standard
dialogs available in VBA; I'm seeking to create my own personalized
GUI's with text commands and without all the mousework. I am aware of
work-arounds involving other GUI tools (I've had Word call programs
built in Python's Tkinter).
Thanks for your time in reading and any potential help you can provide.