ericbrunson
Technical User
This may be a fairly basic question, but I haven't found it in the archives.
I've defined a list of parts in 3 columns: $x,$y and $z.
I've made column $a into a drop down of values from $x.
When someone selects a value from the column $a drop down I want to copy the data from the corresponding row in $y and $z into columns $b and $c.
Ideally, I would like to make the cells in $b and $c a reference to the appropriate cells in $x and $y, but I'm not sure if that's asking too much.
Finally, any pointers to good, free VBA tutorials on the net?
Thanks,
e.
I've defined a list of parts in 3 columns: $x,$y and $z.
I've made column $a into a drop down of values from $x.
When someone selects a value from the column $a drop down I want to copy the data from the corresponding row in $y and $z into columns $b and $c.
Ideally, I would like to make the cells in $b and $c a reference to the appropriate cells in $x and $y, but I'm not sure if that's asking too much.
Finally, any pointers to good, free VBA tutorials on the net?
Thanks,
e.