Hi i have been stuck on this for hours
if check box is true & short_shift is empty & overtime_hrs is empty then
in a nutshell is what i am trying to achieve.
But can't get there
It did work partly when i stated & short_shft = ""
how do we signify = " any text/number "
'***************************************
Tick1 = checkbox , shortshift & overtime_hrs = textbox
If data_capture_sheet.tick1 = True And data_capture_sheet.short_shift = False And data_capture_sheet.overtime_hrs = False Then
Cells(r, 3) = "6am to 6pm"
Cells(r, 4) = "06:00"
Cells(r, 9) = "12:00"
Cells(r, 11) = "0:40"
Elseif after
Bernie
if check box is true & short_shift is empty & overtime_hrs is empty then
in a nutshell is what i am trying to achieve.
But can't get there
It did work partly when i stated & short_shft = ""
how do we signify = " any text/number "
'***************************************
Tick1 = checkbox , shortshift & overtime_hrs = textbox
If data_capture_sheet.tick1 = True And data_capture_sheet.short_shift = False And data_capture_sheet.overtime_hrs = False Then
Cells(r, 3) = "6am to 6pm"
Cells(r, 4) = "06:00"
Cells(r, 9) = "12:00"
Cells(r, 11) = "0:40"
Elseif after
Bernie