Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Detecting Duplicate Sums - Worksheet code | Excel Discussion (Misc queries) | |||
Detecting date format | Excel Programming | |||
Detecting Macro Code behind a sheet (2) | Excel Programming | |||
Detecting Macro code behind a sheet | Excel Programming | |||
Detecting VBA code | Excel Programming |