D
Daniel
Hello,
I have been successful at using a singular variable to be used in the Range
property, such as
Workbooks("date_tracking.xls").Sheets("parameters").Range("B" & i).Value
But can't seem to figure out how to use 2 variables, 1 for row and 1 for
column.
strCol = "B"
i = 2
Workbooks("date_tracking.xls").Sheets("parameters").Range(strCol & i).Value
Could someone enlighten me as to my mistake and the proper synthax.
Thank you,
Daniel P
I have been successful at using a singular variable to be used in the Range
property, such as
Workbooks("date_tracking.xls").Sheets("parameters").Range("B" & i).Value
But can't seem to figure out how to use 2 variables, 1 for row and 1 for
column.
strCol = "B"
i = 2
Workbooks("date_tracking.xls").Sheets("parameters").Range(strCol & i).Value
Could someone enlighten me as to my mistake and the proper synthax.
Thank you,
Daniel P