Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
--
Tom |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Tom,
Perhaps: '============= Public Sub Tester() Dim Sh As Worksheet Set Sh = ActiveSheet With Sh .Cells.Find(What:=Date, _ After:=.Range("A1"), _ LookIn:=xlFormulas, _ LookAt:=xlWhole, _ SearchOrder:=xlByRows, _ SearchDirection:=xlNext, _ MatchCase:=False).Activate End With End Sub '<<============= --- Regards, Norman |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Make date change in excel to current date when opening daily? | Excel Discussion (Misc queries) | |||
Formula to subtract a date from current date | Excel Worksheet Functions | |||
Macro to convert text to date | Excel Worksheet Functions | |||
Calculating days between current date and a date in future NETWORKDAYS() function | Excel Worksheet Functions | |||
how to alter the date within a macro | Excel Discussion (Misc queries) |