gmr4evr1
Its triggered from the module mdlESReservation Sub and Case below.
Sub HandleRightClick(ByVal Target As Range)
'---------------------------------------------------------------------------------------
' Procedure : HandleRightClick (1)
' Author : Tsjallie
' Date : 10/25, 2015
' Purpose : Handles rightclicking a cell in the calendar
' History : 10/28, 2015: Overhaul existing code
'---------------------------------------------------------------------------------------
Starts here and has a few cases
Case Not Intersect(Target, ActiveSheet.ListObjects("tblCalendar").DataBodyRandg) Is Nothing
Don't give up on me, I am a an advanced beginner!lool!
It is triggered by picking vacant months in a property row and right clicking on it in the Calendar (Tsjallie Calendar) Sheet.
Bookmarks