S
SteveDB1
Hi all.
I have a macro that I want to use a user form with.
I've used the VBA editor to-- drag/drop-- build a form, and I need to link
the input text boxes to the functions of the macro so that it will make the
macro work the way that I want.
My questions are:
How do I need to do that?
According to the WROX VBA Excel 2007 programmers' reference book- chapter
13, I was to rename the text boxes to something that would make them
recognizable.
So, does that mean that my input boxes need to be named identical to the
macro's variable names?
I.e., if my macro variables are named: iRowV, iColFm, iColTo, iColMerge, am
I to name the text boxes those names?
Thanks for your help.
I have a macro that I want to use a user form with.
I've used the VBA editor to-- drag/drop-- build a form, and I need to link
the input text boxes to the functions of the macro so that it will make the
macro work the way that I want.
My questions are:
How do I need to do that?
According to the WROX VBA Excel 2007 programmers' reference book- chapter
13, I was to rename the text boxes to something that would make them
recognizable.
So, does that mean that my input boxes need to be named identical to the
macro's variable names?
I.e., if my macro variables are named: iRowV, iColFm, iColTo, iColMerge, am
I to name the text boxes those names?
Thanks for your help.