Hello All,
I'm trying to do a simple module to save the results of a calculator (in excel of course) in a list.
The code I am using is
Sub SaveResult()
Dim lRow As Long
Dim ws As Worksheet
Set ws = Worksheets("Calculator")
lRow = ws.Cells(Rows.Count, 1).End(xlUp).Offset(1...