Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() there are dates in Column A. dateTest 2005-04-02 2005-04-17 2005-07-08 2005-12-11 then, i want to find 2005 and april only. thus i coding below. sub test() set rFnd = range(cells(1),cells(1).end(xldown)) set cFnd = r.find("2005-04",r(1),xlformulas,2) end sub but cFnd have nothing..... why, why....???? help me. *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using variables to make a date and using find method to find that. | Excel Programming | |||
? Find method | Excel Programming | |||
Find method | Excel Programming | |||
Find method example | Excel Programming | |||
The Find Method | Excel Programming |