E
ExcelMonkey
I have passing two cell address references from a spreadsheet to tw
variables in VBA. I am then trying to use these variables in a rang
for copying purposes. I am not incorpoating them properly into Rang
Statment. What am I doing wrong?
Thanks
Dim FirstCell As String
Dim LastCell As String
FirstCell = Range("BeginRangeCell")
LastCell = Range("EndRangeCell")
Sheets("Import Sheet").Select
Range("FirstCell:LastCell").Select
Selection.Copy
End Su
variables in VBA. I am then trying to use these variables in a rang
for copying purposes. I am not incorpoating them properly into Rang
Statment. What am I doing wrong?
Thanks
Dim FirstCell As String
Dim LastCell As String
FirstCell = Range("BeginRangeCell")
LastCell = Range("EndRangeCell")
Sheets("Import Sheet").Select
Range("FirstCell:LastCell").Select
Selection.Copy
End Su