Hi there:
I want to write a macro such that on opening the workbook it will go to cell B4 of a sheet called "Summary" and it would add 1 workday to the date in that cell.
So something like, workday(b4,1) and b4 should remain in the date format.
I want this to happen when the workbook is opened:
Private Sub Workbook_Open()
MsgBox "Click OK to refresh workbook"
End Sub
Thanks for helping.
SharonMee
I want to write a macro such that on opening the workbook it will go to cell B4 of a sheet called "Summary" and it would add 1 workday to the date in that cell.
So something like, workday(b4,1) and b4 should remain in the date format.
I want this to happen when the workbook is opened:
Private Sub Workbook_Open()
MsgBox "Click OK to refresh workbook"
End Sub
Thanks for helping.
SharonMee