Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Dazza1970

  1. Dazza1970

    Compare dates in VBA

    I thought I was converting the cell I grabbed from excel into a date. Still not working, no matter what I do. Failing that is there any method or function in VBA to convert a date into its equivalent serial number?
  2. Dazza1970

    Compare dates in VBA

    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...
  3. Dazza1970

    Export line from excel out to text file

    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.

Part and Inventory Search

Back
Top