ThrottleWorks
Excel Ninja
Hi,
I have a add in, this add in has a Userform.
In the Userform I have to enter Input range & output range.
I want run this add in by VBA, at present I able to “SHOW” the Userform by VBA (got the code from this forum only).
My problem is, I want to fill the input box & out box range by VBA only.
For example my input range is A2:B10 and output range is c2.
How can I add these ranges in code by VBA so that on every Userform pop up it will take the ranges from the code only.
I have a add in, this add in has a Userform.
In the Userform I have to enter Input range & output range.
I want run this add in by VBA, at present I able to “SHOW” the Userform by VBA (got the code from this forum only).
My problem is, I want to fill the input box & out box range by VBA only.
For example my input range is A2:B10 and output range is c2.
How can I add these ranges in code by VBA so that on every Userform pop up it will take the ranges from the code only.