Greetings All,
I am unfamiliar with VBA so reaching out to anyone who can help me debug why the macro named "Sheet2.ShowMembership" runs into "Object required" error message when fired?
The macro in question basically turns column A & B (last name & first name) into bolded text with yellow fill when a person reaches a consecutive 6-month attendance (or as written in the VBA, 26 consecutive attendance indicated by either "AM", "PM", or "AM & PM" from column T:NT.
If I changed the "Sub ShowMembership()" to "Private Sub Worksheet_Change(ByVal Target As Range)" then it works beautifully by itself but I have to sacrifice the other VBA with the same sub which is date and day input in B3 and B5.
Ideally is there a way to modify the last two VBAs in the attached file so they can coexist as Worksheet_Change? If not, please teach me how to correct the ShowMembership macro.
Please access the file here:
https://drive.google.com/open?id=1KdGqbExqYBIXcLiDkVhyGrPkOB-cFC9V
Thank you in advance for your time and help!
I am unfamiliar with VBA so reaching out to anyone who can help me debug why the macro named "Sheet2.ShowMembership" runs into "Object required" error message when fired?
The macro in question basically turns column A & B (last name & first name) into bolded text with yellow fill when a person reaches a consecutive 6-month attendance (or as written in the VBA, 26 consecutive attendance indicated by either "AM", "PM", or "AM & PM" from column T:NT.
If I changed the "Sub ShowMembership()" to "Private Sub Worksheet_Change(ByVal Target As Range)" then it works beautifully by itself but I have to sacrifice the other VBA with the same sub which is date and day input in B3 and B5.
Ideally is there a way to modify the last two VBAs in the attached file so they can coexist as Worksheet_Change? If not, please teach me how to correct the ShowMembership macro.
Please access the file here:
https://drive.google.com/open?id=1KdGqbExqYBIXcLiDkVhyGrPkOB-cFC9V
Thank you in advance for your time and help!