maybeimaleo
MIS
This is the command in question:
Dim startcell As String
startcell = CStr(ActiveWorkbook.Worksheets("Settings").Range(startingpoint).Value)
startingpoint is defined as a string and the value is passed into this subroutine from another sub.
Currently the startingpoint range is B66. In this cell is the value $A$1591.
What does the value $A$1591 mean?
Dim startcell As String
startcell = CStr(ActiveWorkbook.Worksheets("Settings").Range(startingpoint).Value)
startingpoint is defined as a string and the value is passed into this subroutine from another sub.
Currently the startingpoint range is B66. In this cell is the value $A$1591.
What does the value $A$1591 mean?