I'm trying to compare a date, that I grab from an excel cell, to see if it falls between two dates, as in:
(Not real code)
variable = excel cell value
Select case variable
case ((variable >= firstdate) AND (variable<=seconddate)
.....
The problem i'm getting is that it is treating the...
My question is pretty much as per the title.
I need to save a particular line from a current excel file. What I wanted to do is export the line of data out to a separate text file.
Can anybody please help with this.
Many thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.