F
FredEp57
I am just trying to learn more about VBA.
Suppose I have a document (user form to be exact). In that form are some
tables (lets say 3). Each table has a different number of columns (but only
one row - more later). Each table has distinctly different fields in the
columns (some text input, some checkbox(es), and some drop down populated).
Idea is to have the table be dynamically grow ("Escaping" is still tricky).
However, each new, added row MUST have the exact item in each column just
above, i.e., add a row at the bottom and copy the fields from above (but text
fields are blank, drop down boxes populated like the previous row). Making
sense so far? (sometimes I do not make any sense).
My question is:
Can I figure out what the column above contains, then copy that item to the
cell below?
If you need an example to look at, I have a quick one I am experimenting with.
BTW, many thanks to Doug Robbins for his help getting me started (he may
have "created a monster" with me).
Thanks
F
Suppose I have a document (user form to be exact). In that form are some
tables (lets say 3). Each table has a different number of columns (but only
one row - more later). Each table has distinctly different fields in the
columns (some text input, some checkbox(es), and some drop down populated).
Idea is to have the table be dynamically grow ("Escaping" is still tricky).
However, each new, added row MUST have the exact item in each column just
above, i.e., add a row at the bottom and copy the fields from above (but text
fields are blank, drop down boxes populated like the previous row). Making
sense so far? (sometimes I do not make any sense).
My question is:
Can I figure out what the column above contains, then copy that item to the
cell below?
If you need an example to look at, I have a quick one I am experimenting with.
BTW, many thanks to Doug Robbins for his help getting me started (he may
have "created a monster" with me).
Thanks
F