MasterBash
06-09-2024, 09:56 AM
Hello,
I have... let's say sheet3, that has 5 shapes that are used as buttons.
I am trying to assign a macro to copy cells to the clipboard.
Sub button1()
Range(“A4,A13”).Select
Selection.Copy
End Sub
Sub button2()
Range(“B4,B13”).Select
Selection.Copy
End Sub
etc... for all 5.
I put those inside the sheet3, but when I click on them, I get an error 400.
Why is that ?
I have... let's say sheet3, that has 5 shapes that are used as buttons.
I am trying to assign a macro to copy cells to the clipboard.
Sub button1()
Range(“A4,A13”).Select
Selection.Copy
End Sub
Sub button2()
Range(“B4,B13”).Select
Selection.Copy
End Sub
etc... for all 5.
I put those inside the sheet3, but when I click on them, I get an error 400.
Why is that ?