If I try to Dim MenuObject As CommandBarPopup in my Personal.xls's Module, it'll
give me "Compile Error: User-defined type not defined".
Personal.xls is stored in XLSTART.
However, if I Dim MenuObject As CommandBarPopup in a new Workbook, it'll work.
Would anyone help me understand why is this happening?