Hi all,
I had a sheet created for me that has some push buttons for login and other tasks I run excel 2016 from my laptop..
When I gave the sheet to someone with a MAC they did some work saved it and sent it back to me.
I then found none of the push buttons work.
I viewed the code and matched the old version up against the new and found in the drop down menus at the top of the relevant sheet code had changed
Original working version has CommandButton2 and Click as the two drop down menus (left and right respectively) and then below that is all the private sub code
No longer working version has (General) and CommandButton2_Click as the two menu options, all the private sub code is the same.
Was wondering if anyone could shed some light on;
A) why this would happen, and
B) how do I fix it as the original menu options are no longer available in the drop down menus
Much appreciated
I had a sheet created for me that has some push buttons for login and other tasks I run excel 2016 from my laptop..
When I gave the sheet to someone with a MAC they did some work saved it and sent it back to me.
I then found none of the push buttons work.
I viewed the code and matched the old version up against the new and found in the drop down menus at the top of the relevant sheet code had changed
Original working version has CommandButton2 and Click as the two drop down menus (left and right respectively) and then below that is all the private sub code
No longer working version has (General) and CommandButton2_Click as the two menu options, all the private sub code is the same.
Was wondering if anyone could shed some light on;
A) why this would happen, and
B) how do I fix it as the original menu options are no longer available in the drop down menus
Much appreciated