2 Visitor Messages

  1. View Conversation
    Just to let you know, in function Night_S (see below), I added 3 hours to the end time so that overtime work can be processed as from the same day. You can change it if you see it causes a problem in real life.
    Regards
    Pierre

    Public Function Night_S()
    Dim C_ell As Range
    Worksheets("Sheet1").Select
    For Each C_ell In Range("A2", Cells(Rows.Count, 1).End(xlUp))
    F_user_Night (C_ell.Offset(0, 3))
    If User_End < User_Start Then
    If C_ell.Offset(0, 6) < User_End + 3 Then
    C_ell.Offset(0, 6) = C_ell.Offset(0, 6) + 24
    C_ell.Offset(0, 5) = C_ell.Offset(0, 5) - 1
    End If
    End If
    Next
    End Function
    [/CODE]
  2. Hello visitor.
Showing Visitor Messages 1 to 2 of 2
About JP Romano

Basic Information


Date of Birth
July 4, 1971 (40)
About JP Romano
Location:
Princeton, NJ
Interests:
Before wife and kids... fishing, motorcycle riding, boating. Now. What are hobbies again?
Occupation:
Programming support, boy wonder, smartest idiot in my company
My Microsoft Office Version:
2007

Statistics


Total Posts
Total Posts
325
Posts Per Day
0.27
Last Post
Covariance-Variance Stock Prices - VBA code 02-07-2012 06:01 PM
Visitor Messages
Total Messages
2
Most Recent Message
01-09-2012 08:22 PM
General Information
Last Activity
02-07-2012 06:05 PM
Join Date
10-09-2008

Search Engine Friendly URLs by vBSEO 3.2.0