Thread
: [Solved]
popup cell menu not working when in table
View Single Post
11-20-2018, 06:48 PM
trevorc
Windows 7 32bit
Office 2013
Competent Performer
Join Date: Jan 2017
Posts: 173
Found it, I needed to address the list range popup (table) not the cell popup.
Code:
Set ctlNewMenu = Application.CommandBars("List Range Popup").Controls.Add(Type:=msoControlPopup)
trevorc
View Public Profile
Find all posts by trevorc