I'm trying to ge the following code to run on a change in Sheet2 but the thing does not work.
Sub ScheduleCheck()
RowNumber = 2
Do While Not (IsEmpty(Sheet2.Cells(RowNumber, 3)))
SchedRow = 2
Do While Not (IsEmpty(Sheet1.Cells(SchedRow, 2)))
If...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.