Good day to all.
(Posted yesterday in the wrong forum, put a note to refer here).
I have studied thread181-51747: Is calculating BUSINESS HOURS possible...?, thread705-1207464: Calculate business hours between two times, FAQ181-261: Calculate working days between two dates and anything related...
I have looked at many possible solutions in this forum however I am missing something. I am not very experienced so I am sorry if this is not clear.
table : main
Key field : contract
Other fields: Client name, date entered,
table : sub
linked field : contract
Other fields: message,
The...
I am trying to label the contents of a (one) cell as a 'heading' in a Word table that has 2 colums. So far, all my attemps resulted in the contents of the adjoining cell also being labelled as a 'heading'.
Hopefully this will clarify what I am trying to do.
Is it possible to label the contents of a cell in a Word table with 2 colums as a 'heading'? So far, all my attemps resulted in the contents of the 2 cells being labelled as a 'heading'.
If the answer is Yes, I'll look and learn some more..
Thanks
In my work, I handle dozen of different projects. For each project, there are e-mail exchanged that I need to keep and there are files (doc, txt, xls, etcc_) that I need to update locally and save.
My problem is that I have a similar 'tree' for my e-mail and hard disk adn I often dont remember...
Good day all,
I have a spreadsheet with 16 columns of which 4 have data validation dropo downs. The spreadsheet is to be used by several staff to log several entries entries on their projects. Each project has a name and number thus in order to quickly identify their project, the auto filter...
...EndDays = 0
Do While DateCnt < EndDate
If Format(DateCnt, "ddd") <> "Sun" And Format(DateCnt, "ddd") <> "Sat" Then
EndDays = EndDays + 1
End If
DateCnt = DateAdd("d", 1, DateCnt)
Loop
Work_Days = WholeWeeks * 5 + EndDays
End Function
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.