I can only access macros in my personal.xlsb workbook from other macros in the same workbook. When attempting to access these macros from a macro in a second workbook, I get the message "Compile Error - Sub or Function Not Defined." In the Project section of the VBA window, I can see and manipulate all macros in the personal.xlsb workbook and see and manipulate all macros in the second workbook. If I insert the modules that are in the personal.xlsb workbook into the second workbook, everything works OK. What am I missing?