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 TouchToneTommy 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: *

  1. energysim

    awk for MSDOS

    I use an awk&nbsp;&nbsp;from Thompson Automation. Works very well but I don't know if they distribute it any more. Take a look at:<br><br><A HREF="http://www.teleport.com/~thompson/" TARGET="_new">http://www.teleport.com/~thompson/</A><br><br>
  2. energysim

    saving worksheet as different file format

    Try:<br> <br> Do<br> fName = Application.GetSaveAsFilename<br> Loop Until fName &lt;&gt; False<br> ThisWorkBook.SaveAs Filename:=fName FileFormat:=xlDBF3<br> <br> <br> <br>

Part and Inventory Search

Back
Top