What's the error in the below code.
Cells(x, 1).Offset(0, 2) = Range("A3").Value
is not at all getting executed.
Sub record_dailystock()
Dim x, myref As Range
Dim lr As Long
Dim wb As Workbook
Dim ws As Worksheet
Set wb = ThisWorkbook
Set ws = wb.Worksheets("Backend")
lr =...