stinkingcedar
New Member
- Joined
- May 2, 2016
- Messages
- 23
Hey guys,
So I keep getting a 1004 on this particular line of code
Sht is a worksheet variable set to one specific sheet in the workbook, newVal has been declared as double, i and j have both been declared as integers. Keeps telling me the range method failed.
So I keep getting a 1004 on this particular line of code
Code:
newVal = sht.Range(Cells(4 + (30 * i), j)).Value
Sht is a worksheet variable set to one specific sheet in the workbook, newVal has been declared as double, i and j have both been declared as integers. Keeps telling me the range method failed.