Hi everyone!
I made two buttons using VBA on excel 2007 but they don´t work when I click on them when I open the worksheet on Excel 2013. I don´t receive any error message, they just don´t work.
These are the codes I used:
1st Button: Worksheets("Input").Range("C9, B15:B113, I15:I113, K15:K113").ClearContents
2nd Button: [E12] = [E12] + 1
Does anyone know how I can solve this?
Thank you so much!!
I made two buttons using VBA on excel 2007 but they don´t work when I click on them when I open the worksheet on Excel 2013. I don´t receive any error message, they just don´t work.
These are the codes I used:
1st Button: Worksheets("Input").Range("C9, B15:B113, I15:I113, K15:K113").ClearContents
2nd Button: [E12] = [E12] + 1
Does anyone know how I can solve this?
Thank you so much!!