Hello, I want to thank you in advance for reading this. I have a button on Sheet1 that I want, when clicked, to enter the value "1" in cell "B2" on Sheet4. Although simple, I can not seem to get this to work. Below is the code that I have tried:
Sub P1()
Worksheets("Sheet4").Cell("B2").Select
With ActiveCell
ActiveCell.Value = "1"
End With
End Sub
I also have the correct Macro assigned ("FileName.xslm!Sheet1.P1") to the rectangle on "Sheet1."
Your help is much appreciated, I imagine it is a quick fix. I have exhausted the little expertise that I have, trying different renditions of the same code and exhausting the internet. Thank you!![]()
Bookmarks