Hi everyone,
I have a worksheet called "Fees Paid" that holds members names and other values, In cells "A through to J"
Then i use another worksheet called "MembersReport", on the worksheet i use Vlookup formulas to return matching values from "Fees Paid" worksheet to certain cells in the "MembersReport" worksheet.
Cell "B9" on the "MembersReport worksheet has a in cell dropdown list of members names, this is what triggers the vlookup to return matching values, the the following cells in the "MembersReport" worksheet.
Cell "B11" gets its value from Column "E" on the "Fees Paid" worksheet
Cell "B13" from column "A" on the "Fees Paid" Worksheet
Cell "F9" from column "B" "Fees Paid" worksheet
Cell "F11" from column "F" fees Paid worksheet
Cell "F13" from Cell 'K2" on the Fees Paid worksheet, this one works on a date value. That being the date value that appears in Cell "K2"...
What i would like to do is to use VBA to acheive this instead on using formulas in each cell.
Thanks in advance for any help.
I have a worksheet called "Fees Paid" that holds members names and other values, In cells "A through to J"
Then i use another worksheet called "MembersReport", on the worksheet i use Vlookup formulas to return matching values from "Fees Paid" worksheet to certain cells in the "MembersReport" worksheet.
Cell "B9" on the "MembersReport worksheet has a in cell dropdown list of members names, this is what triggers the vlookup to return matching values, the the following cells in the "MembersReport" worksheet.
Cell "B11" gets its value from Column "E" on the "Fees Paid" worksheet
Cell "B13" from column "A" on the "Fees Paid" Worksheet
Cell "F9" from column "B" "Fees Paid" worksheet
Cell "F11" from column "F" fees Paid worksheet
Cell "F13" from Cell 'K2" on the Fees Paid worksheet, this one works on a date value. That being the date value that appears in Cell "K2"...
What i would like to do is to use VBA to acheive this instead on using formulas in each cell.
Thanks in advance for any help.