S
stevem
Sorry if this is a simple problem, but rather new to VBA programming an
haven't found something similar to what I want to do.
I have a list of names in Sheet1 from A3:A20 ..
I have the same list of names on Sheet2 from A1:Q:1
I have a combo box that has rowsource set to a named range coverin
that area..
What I need to do, is that if someone types a name, it first checks i
the name exists, if it does exists, then need to find the first empt
row below their name on Sheet2, if the name doesn't exist, then adds i
to the first empty row on Sheet1 and the first empty column on Sheet2
Thanks in advance,
Stev
haven't found something similar to what I want to do.
I have a list of names in Sheet1 from A3:A20 ..
I have the same list of names on Sheet2 from A1:Q:1
I have a combo box that has rowsource set to a named range coverin
that area..
What I need to do, is that if someone types a name, it first checks i
the name exists, if it does exists, then need to find the first empt
row below their name on Sheet2, if the name doesn't exist, then adds i
to the first empty row on Sheet1 and the first empty column on Sheet2
Thanks in advance,
Stev