K
Krayten
Hi Folks,
Hoping that some kind soul could give me a push in the right direction
here, please.
I wrote an excel vba application which presents the user with a large
UserForm with numerous pages and tabs, lots of inputboxes and the like.
The purpose of which is to contain in a pleasant-to-look-at and easy to
update format specific information about a site. Things like serial
numbers, registration codes, how many of each type of license is used
etc.....
The UserForm data is loaded from prepopulated cells in Sheet1 A100:A200
then when the data is updated the corresponding value in the "holding"
cell is updated. When the UserForm initialises the textbox reads
whatever is in that cell and takes that as it's value. Making updates
simple.
Problem:-
I now need to bring another few sites online and use exactly the same
UserForm to contain data about those site too.
I want to use a listbox to present a list of all the sites _but then
get the UserForm to initialise using the data from different "holding"
cells, depending on which site was picked to work with_
I then need the UserForm to write updated textbox values into the write
cells again depending on which site was picked to work with.
Can anyone think of a simple way to do this?
I don't want to have to build a seperate UserForm for each site ( with
it's own textboxes and tabs etc ) as that would take forever!
Would be grateful for any assistance. Especially if it could be
described with my very limited xl vba knowledge in mind.
Many Thanks,
Krayten
Hoping that some kind soul could give me a push in the right direction
here, please.
I wrote an excel vba application which presents the user with a large
UserForm with numerous pages and tabs, lots of inputboxes and the like.
The purpose of which is to contain in a pleasant-to-look-at and easy to
update format specific information about a site. Things like serial
numbers, registration codes, how many of each type of license is used
etc.....
The UserForm data is loaded from prepopulated cells in Sheet1 A100:A200
then when the data is updated the corresponding value in the "holding"
cell is updated. When the UserForm initialises the textbox reads
whatever is in that cell and takes that as it's value. Making updates
simple.
Problem:-
I now need to bring another few sites online and use exactly the same
UserForm to contain data about those site too.
I want to use a listbox to present a list of all the sites _but then
get the UserForm to initialise using the data from different "holding"
cells, depending on which site was picked to work with_
I then need the UserForm to write updated textbox values into the write
cells again depending on which site was picked to work with.
Can anyone think of a simple way to do this?
I don't want to have to build a seperate UserForm for each site ( with
it's own textboxes and tabs etc ) as that would take forever!
Would be grateful for any assistance. Especially if it could be
described with my very limited xl vba knowledge in mind.
Many Thanks,
Krayten