SkipVought I did change the code to the WORKSHEET object area for sheet2 and now I am getting a compile error telling me that ScheduleCheck() is not defined.
ScheduleCheck() is in the Workbook code because I want multiple sheets to run it in the end so do I have to do something in sheet2 code...
xlbo the code is as pasted in the Workbook section of code. I tried to put the Workbook_Change code in the Sheet2 code section but I could not get it to call ScheduleCheck from there.
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.