I am adding a custom menu to the options when a right click is performed using the followingPrivate Sub Worksheet_BeforeRightClick(ByVal Target As Range, Cancel As Boolean)
Dim objMenu As Object
Dim rngSource As Range
Dim strSource As String
Dim intCount As Integer
If Not...