Hello all,
I feel like this is a really dumb thing to ask, but I am having some trouble putting a cell reference in my menu caption in VBA:
With ContextMenu.Controls.Add(Type:=msoControlButton, before:=7) .OnAction = "'" & ThisWorkbook.Name & "'!" & "RTO_MATERNITY"...