Hello,
I have a workbook with two sheets.
Sheet 1:
Sheet 2 "Table1":
What I want to accomplish:
I want to create a macro that goes to Sheet 2, Table 1 and looks for all transaction codes with the flag "x," and goes to Sheet 1, looks for the last open cell in column Date Column and enters the current date and transaction code in the Transaction Code field. This process needs to continue and enter a new row with both data points until all Transaction flags with "X" is completed.
Thanks in advance for your help!
Jay
I have a workbook with two sheets.
Sheet 1:
Date | Void Indicator | Transaction Code |
Current Date | Check Box (will be skipped for this example) | Transaction Code 1 |
Current Date | Check Box (will be skipped for this example) | Transaction Code 2 |
Sheet 2 "Table1":
Transaction Code | Data 1 | Data 2 | Flag |
Transaction Code 1 | abc | def | X |
Transaction Code 2 | ghi | jkl | X |
Transaction Code 3 | mno | pqr | |
Transaction Code 4 | stu | vwx | X |
What I want to accomplish:
I want to create a macro that goes to Sheet 2, Table 1 and looks for all transaction codes with the flag "x," and goes to Sheet 1, looks for the last open cell in column Date Column and enters the current date and transaction code in the Transaction Code field. This process needs to continue and enter a new row with both data points until all Transaction flags with "X" is completed.
Thanks in advance for your help!
Jay