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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Shadowcat2021

  1. Shadowcat2021

    adding additional text to an already written file

    Okay I need help trying to add paragraphs not lines but full text. Here is a code that i build in order add the text to a file. Dim fiParagraph Dim fsoParagraph set fsoParagraph = CreateObject("Scripting.FileSystemObject") set fiParagraph = fsoParagraph.OpenTextFile("C:\Hosts.txt", 2, true)...

Part and Inventory Search

Back
Top