A ArthurJ Jul 18, 2003 #1 When I rename a sub in the VB editor, why doesn't it show up in the macro list?
C Chip Pearson Jul 18, 2003 #2 If the procedure takes arguments, it will not show up in the macro list. Does your procedure take arguments? -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com (e-mail address removed)
If the procedure takes arguments, it will not show up in the macro list. Does your procedure take arguments? -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com (e-mail address removed)
A andres Jul 18, 2003 #3 See if you have the Option Private Module at the beggining of the module. this will not allow the new sub to show up Andres
See if you have the Option Private Module at the beggining of the module. this will not allow the new sub to show up Andres