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!

Search results for query: *

  • Users: Dazza1970
  • Content: Threads
  • Order by date
  1. 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...
  2. 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