M
MariaV
I have created a word document with fields for Techs to fill out online. In
each row they will choose the customer name, error detected, etc. Each table
will hold 25 lines, or 25 different customers. I would like to find an easy
way to duplicate a combobox (drop-down), so that each row will give them the
same choice of our customers.
I know the .additem, but I don't want to repeat that list 25 times
throughout the code. Ideally I would like someone else to maintain the
document after I have created it. I can show them how to go into the code,
but I prefer if they only have to modify one area. I tried to find info on
declaring a list string, but I am not sure if I am using the correct
terminology.
Connecting to an excel, access, or other document is a possibility, but I
would prefer if it was contained all in the same file (aka word doc). I use
to be comfortable with Visual Basic, however it was over 5 years ago and I
feel like I am starting all over again.
Thanks in advance,
Maria
each row they will choose the customer name, error detected, etc. Each table
will hold 25 lines, or 25 different customers. I would like to find an easy
way to duplicate a combobox (drop-down), so that each row will give them the
same choice of our customers.
I know the .additem, but I don't want to repeat that list 25 times
throughout the code. Ideally I would like someone else to maintain the
document after I have created it. I can show them how to go into the code,
but I prefer if they only have to modify one area. I tried to find info on
declaring a list string, but I am not sure if I am using the correct
terminology.
Connecting to an excel, access, or other document is a possibility, but I
would prefer if it was contained all in the same file (aka word doc). I use
to be comfortable with Visual Basic, however it was over 5 years ago and I
feel like I am starting all over again.
Thanks in advance,
Maria