MarkPuglia
New Member
- Joined
- Aug 16, 2016
- Messages
- 2
been tinkering with this for hours, any advice of what the mismatch might be coming from
Code:
Private Sub CommandButton1_Click()With ThisWorkbook.Worksheets("Elix2 Custom Systems")
Set rngData = .Range("G13:G29")
Set rngNum = .Range("C8")
rngData = rngData * rngNum
End With
End Sub