acollier21
New Member
- Joined
- Oct 13, 2010
- Messages
- 7
Hi All,
I've combed the internet and all sorts of different forums for help with this, but I can't find exactly what I need. Here's the basics:
I have two dates and I need to find the values in between those dates.
For instance I need to find the value >= A1 (which could be 10/1/2010) and the value < A2 (which could be 11/15/2010). These values will change dynamically with the spreadsheet I have.
So how do I do that in this macro in the "What:=" field?
Selection.Find(What:=What the heck do I put here????, After:=ActiveCell, LookIn:=xlFormulas, LookAt _
:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:= _
False, SearchFormat:=False).Select
If you need more details of what I'm doing, I'm happy to oblige but I have everything else worked out but this problem.
Thanks in advance!
I've combed the internet and all sorts of different forums for help with this, but I can't find exactly what I need. Here's the basics:
I have two dates and I need to find the values in between those dates.
For instance I need to find the value >= A1 (which could be 10/1/2010) and the value < A2 (which could be 11/15/2010). These values will change dynamically with the spreadsheet I have.
So how do I do that in this macro in the "What:=" field?
Selection.Find(What:=What the heck do I put here????, After:=ActiveCell, LookIn:=xlFormulas, LookAt _
:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:= _
False, SearchFormat:=False).Select
If you need more details of what I'm doing, I'm happy to oblige but I have everything else worked out but this problem.
Thanks in advance!