energywatch
New Member
- Joined
- Feb 4, 2014
- Messages
- 6
I am in need of VBA code so that I can fill out an input form generated by someone elses macro input box. (I am the user, not the one developing the input box).
I am working to streamline a whole cluster of macros and this input box is currently my bottleneck. When the input box pops up, instead of me manually typing, I want to autofill the space with "104" and then click 'ok' uisng VBA.
I can not modify the actual VBA that created the input box (ie make 104 the default) because other users need the box to be blank.
I have searched for this function many places and sofar only find out how a developer would change the original vba code, not how a user can interact with an input box by using vba.
Thank you in advance,
Janette
I am working to streamline a whole cluster of macros and this input box is currently my bottleneck. When the input box pops up, instead of me manually typing, I want to autofill the space with "104" and then click 'ok' uisng VBA.
I can not modify the actual VBA that created the input box (ie make 104 the default) because other users need the box to be blank.
I have searched for this function many places and sofar only find out how a developer would change the original vba code, not how a user can interact with an input box by using vba.
Thank you in advance,
Janette