J
jmootrey
Hi Everyone...
Just beginning to get the hang of vba coding in excel. I would lik
to implement a new feature in a spreadsheet here at the office. W
currently have a master records sheet containing vital information o
unit processing. Each unit then has a sub file containing additiona
information. Currently one must populate the master record file. The
open a template and populate another file with the same information.
would like to streamline this process and have the data in the maste
record file automatically inserted into the template, allowing the use
to only have to fill in a few other minor details. What I would like i
to have a "Create Record" button. When clicking the button the use
should be prompted for either a record number (stored in the B column
or a row number (not as elegant). The macro would then pole that row (x
and transfer the value of cells BX, CX, DX, etc to cell A3, D9, E6 et
in the newly created file based on an existing template (template.xlt
Any help would be greatly appreciated as I am lost when it comes t
something this complex
Just beginning to get the hang of vba coding in excel. I would lik
to implement a new feature in a spreadsheet here at the office. W
currently have a master records sheet containing vital information o
unit processing. Each unit then has a sub file containing additiona
information. Currently one must populate the master record file. The
open a template and populate another file with the same information.
would like to streamline this process and have the data in the maste
record file automatically inserted into the template, allowing the use
to only have to fill in a few other minor details. What I would like i
to have a "Create Record" button. When clicking the button the use
should be prompted for either a record number (stored in the B column
or a row number (not as elegant). The macro would then pole that row (x
and transfer the value of cells BX, CX, DX, etc to cell A3, D9, E6 et
in the newly created file based on an existing template (template.xlt
Any help would be greatly appreciated as I am lost when it comes t
something this complex