Dynamically disable custom (VBA) Excel context menu buttons?
- by Lopsided
The Scenario
Hi guys, I am about to add a few custom controls to the cell context menu in my Excel workbook using the instructions found on this MSDN page. The only problem I am having is that I need the items to only be enabled for a specific column/range of cells.
I've looked around, and I've been unable to find any steps for this--there are…