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 derfloh 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. booyakkajoe

    How to get a report as txt into a string?

    Here's a snippet I picked up somewhere, just place it in a module. You shouldn't have to worry about adding or removing carrige returns. example mytextfilestring = ReadFile("C:\myexportedreport.txt") Function ReadFile(ByVal sFileName As String) As String 'Reads file into string...

Part and Inventory Search

Back
Top