ExcelCalendarVBACode 01
ExcelCalendarVBACode 01
' check if the activecell is found within the Start Date or Completion Date
columns of the Project Table
If Not Intersect(Target,
Me.ListObjects("ProjectTable").ListColumns(3).DataBodyRange.Resize(, 2)) Is Nothing
Then
' display the calendar
ActiveSheet.Shapes("Calendar").Visible = True