bpgolferguy
Active Member
- Joined
- Mar 1, 2009
- Messages
- 469
Hello! Could someone tell me how to fix this code so it doesn't show an error when I click the button it's tied to? Thanks!
Private Sub TeeTimeDisplay_Click()
Range("AH2").Resize(.Range("CC2").Value).Copy
Range("J2").PasteSpecial Paste:=xlPasteValues
Application.CutCopyMode = False
End With
End Sub
Private Sub TeeTimeDisplay_Click()
Range("AH2").Resize(.Range("CC2").Value).Copy
Range("J2").PasteSpecial Paste:=xlPasteValues
Application.CutCopyMode = False
End With
End Sub