Good Afternoon,
I am trying to make some changes to an old work book. It has some buttons that are slightly different to anything I have come across before.
I am used to buttons that have a macro assigned to them, however these buttons are all triggered by cmd_Click events on the work sheets. for example....
This works when the excel book is saved as 97-2003 but when saving in a modern format I lose the click function.
Secondly, I am unable to amend any of the buttons on the sheet. As far as I can tell all protection is removed/off and I do not have any right click options to move, delete or rename these buttons.
any help would be appreciated.
note: using office 365 (Excel 2019)
I am trying to make some changes to an old work book. It has some buttons that are slightly different to anything I have come across before.
I am used to buttons that have a macro assigned to them, however these buttons are all triggered by cmd_Click events on the work sheets. for example....
Code:
Private Sub CmdIndPool_Click()
IndPool
End Sub
This works when the excel book is saved as 97-2003 but when saving in a modern format I lose the click function.
Secondly, I am unable to amend any of the buttons on the sheet. As far as I can tell all protection is removed/off and I do not have any right click options to move, delete or rename these buttons.
any help would be appreciated.
note: using office 365 (Excel 2019)
Last edited: