Jul 26, 2005 #1 scauser Technical User Joined Aug 9, 2002 Messages 54 Location US Hi, When i went to create a macro button, the macro i just created does not appear in the Macro Name list. Does anyone know why this would be? Thanks!!
Hi, When i went to create a macro button, the macro i just created does not appear in the Macro Name list. Does anyone know why this would be? Thanks!!
Jul 26, 2005 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR The macro must be a Public Sub without parameter. Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
The macro must be a Public Sub without parameter. Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
Jul 26, 2005 Thread starter #3 scauser Technical User Joined Aug 9, 2002 Messages 54 Location US Thanks PHV, So i just type the word "Public" before the word "sub" in the code? Upvote 0 Downvote
Jul 26, 2005 #4 JockMullin MIS Joined Jul 11, 2002 Messages 878 Location CA Hi, scauser I've also seen that when installing a macro on another machine - have to execute the macro before it appears in the list. Jock Upvote 0 Downvote
Hi, scauser I've also seen that when installing a macro on another machine - have to execute the macro before it appears in the list. Jock