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 Mike Lewis 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. Iraida

    Overwrite Excel File when using DTS to Export

    HI, I hope this script will help (it works for me on MSSQL 2000): Function Main() Set xls = CreateObject("Excel.Application") xls.visible = false xls.Workbooks.Open "c:\work\scripts\xls\Other\Currencies & Countries.XLS" Set book = xls.Workbooks(1) For each foo in...

Part and Inventory Search

Back
Top