H
Heera
Hi,
Here is my code.
The value in "C12" range is a date but my loop is not able to detect
the date in the column.
Sub RamPlan()
Workbooks("Ramp Plan Macro.xls").Activate
Sheets("Macro").Select
Dim fromdate As String
fromdate = Range("c12").Value
Windows(hirename).Activate
Sheets("C LLC").Select
Range("A2").Select
Do Until Selection.Value = "fromdate"
Selection.Offset(1, 0).Select
Loop
Here is my code.
The value in "C12" range is a date but my loop is not able to detect
the date in the column.
Sub RamPlan()
Workbooks("Ramp Plan Macro.xls").Activate
Sheets("Macro").Select
Dim fromdate As String
fromdate = Range("c12").Value
Windows(hirename).Activate
Sheets("C LLC").Select
Range("A2").Select
Do Until Selection.Value = "fromdate"
Selection.Offset(1, 0).Select
Loop