Hello Everyone,
I am very to new to VBA and have run into some difficulties early on. Currently I have a tabs "IDB_CapEx", "IDB_OpEx", and "RCM".
The RCM contains a variable number of columns with the row information as follows:
Row 2: Project Name
Row 3: Project Number
Row 4: Project Manager
Row 5: Release Date
If the Project number contains "Opex"; the Project Name, Project Manager, and Release Date are compared to the "IDB_OpEx" sheet. If Project Name isn't found, it creates a new entry at the end of the list. If it is found, it updates that project to match the "RCM" information.
I know this is very specific, but I wanted to give as much background as possible. My question is, how do I go about having the script go through an unspecified number of rows and then compare that to columns in another sheet?
Any help would be much appreciated. This is just the beginning of what I want to write but also want to learn for the future.
Thanks.
I am very to new to VBA and have run into some difficulties early on. Currently I have a tabs "IDB_CapEx", "IDB_OpEx", and "RCM".
The RCM contains a variable number of columns with the row information as follows:
Row 2: Project Name
Row 3: Project Number
Row 4: Project Manager
Row 5: Release Date
If the Project number contains "Opex"; the Project Name, Project Manager, and Release Date are compared to the "IDB_OpEx" sheet. If Project Name isn't found, it creates a new entry at the end of the list. If it is found, it updates that project to match the "RCM" information.
I know this is very specific, but I wanted to give as much background as possible. My question is, how do I go about having the script go through an unspecified number of rows and then compare that to columns in another sheet?
Any help would be much appreciated. This is just the beginning of what I want to write but also want to learn for the future.
Thanks.