Hi Excel Experts,
I am absolutely new to macros/VBA and need your assistance. I am looking for a macro which allows them to do multiple things
The workbook consists of 4 spreadsheets: 1. Circuit Register, 2. Piping Register, 3. Features Register, 4. Thickness Monitoring
- The first sheet "Circuit Register" does not need any programming - all entries here are user-defined
- In the sheet "Piping Register", columns A,B and C need to be populated with the entries defined in sheet 1 - this could be dropdown and hence data validation could work. The rest of te columns (i.e., D to I) on the "Piping Register" are manually defined by the user - this is where things get interesting
- In the "features register", the Macro needs to add multiple rows for each item/row added in the "Piping Register". The number of rows to be added in the "features register" is defined column I of the "Piping Register". For example: on the "Piping Register", the item 12"-PL-001-A2CSN has 6 features thereby the sheet "Features" register has 6 rows for this item
- In addition to adding rows on the sheet, each row needs to replicate columns C and D from the "piping register" in columns A and B of the features register. This needs to be replicated on all the rows that have been added for an item
- Columns C to L on the "Features Register" are defined by the user
- On the thickness monitoring sheet, multiple cell values from the "Features Regsiter need to be replicated. This needs to be done as follows:
1. Column A on the "Thickness Monitoring Register" is populated by Column "B" on the "Piping Register" (Line Number)
2. Column B on the "Thickness Monitoring Register" is populated by Column "D" on the "Piping Register" (Feature Type)
3. Column C on the "Thickness Monitoring Register" is populated by Column "E" on the "Piping Register" (Feature ID)
4. Column D on the "Thickness Monitoring Register" is populated by Column "F" on the "Piping Register" (Feature Size)
5. Column E on the "Thickness Monitoring Register" is populated by Column "J" on the "Piping Register" (NWT)
6. Column F on the "Thickness Monitoring Register" is populated by Column "K" on the "Piping Register" (CONC)
TIA
I am absolutely new to macros/VBA and need your assistance. I am looking for a macro which allows them to do multiple things
The workbook consists of 4 spreadsheets: 1. Circuit Register, 2. Piping Register, 3. Features Register, 4. Thickness Monitoring
- The first sheet "Circuit Register" does not need any programming - all entries here are user-defined
- In the sheet "Piping Register", columns A,B and C need to be populated with the entries defined in sheet 1 - this could be dropdown and hence data validation could work. The rest of te columns (i.e., D to I) on the "Piping Register" are manually defined by the user - this is where things get interesting
- In the "features register", the Macro needs to add multiple rows for each item/row added in the "Piping Register". The number of rows to be added in the "features register" is defined column I of the "Piping Register". For example: on the "Piping Register", the item 12"-PL-001-A2CSN has 6 features thereby the sheet "Features" register has 6 rows for this item
- In addition to adding rows on the sheet, each row needs to replicate columns C and D from the "piping register" in columns A and B of the features register. This needs to be replicated on all the rows that have been added for an item
- Columns C to L on the "Features Register" are defined by the user
- On the thickness monitoring sheet, multiple cell values from the "Features Regsiter need to be replicated. This needs to be done as follows:
1. Column A on the "Thickness Monitoring Register" is populated by Column "B" on the "Piping Register" (Line Number)
2. Column B on the "Thickness Monitoring Register" is populated by Column "D" on the "Piping Register" (Feature Type)
3. Column C on the "Thickness Monitoring Register" is populated by Column "E" on the "Piping Register" (Feature ID)
4. Column D on the "Thickness Monitoring Register" is populated by Column "F" on the "Piping Register" (Feature Size)
5. Column E on the "Thickness Monitoring Register" is populated by Column "J" on the "Piping Register" (NWT)
6. Column F on the "Thickness Monitoring Register" is populated by Column "K" on the "Piping Register" (CONC)
TIA