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. jbrite

    Export an access table as a tab delimited text file through VB code???

    I need to Export various access tables from an MDB as tab delimited text files through a Visual Basic program. If you have any suggestions it would be greatly appreciated. Thanks jbrite(programmer) jbreitbach@flexsteel.com
  2. jbrite

    Print Excel Report in VB

    This is an example of how I print an Excel Worksheet through VB. Hope this will help. Good luck... xlPrice.Worksheets("Sheet1").PageSetup.PrintArea = ("$" & Area & "$1:$" & SecArea & "$40") 'Page Print Area...

Part and Inventory Search

Back
Top