I recorded a macro in Excel to create a button, that when involked would run a series of other macro. Unfortunately when I tried to run this recorded macro it would not work.
When recording this macro, I renamed the button from "button 1" to "Execute Process". Yet I think that the VBA code still sees it as button 1, because when I try to run it, it states that button 1 already exists.
How can I create the VBA code to create a button, then name it "Execute Process", then attach it to a macro called "Process"?
Thanks
When recording this macro, I renamed the button from "button 1" to "Execute Process". Yet I think that the VBA code still sees it as button 1, because when I try to run it, it states that button 1 already exists.
How can I create the VBA code to create a button, then name it "Execute Process", then attach it to a macro called "Process"?
Thanks