79585672

Date: 2025-04-22 04:08:27
Score: 3
Natty:
Report link

How to change below code for text file to pdf

filename = "c:\Notes\" & strComputer &".txt"

Set obFSO = CreateObject("Scripting.FileSystemObject")

Set obTextFile = obFSO.OpenTextFile(filename, ForWriting, True)

obTextFile.WriteLine UCase(message)

obTextFile.Close

Set obTextFile = Nothing

Set obFSO = Nothing

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): How to
  • Low reputation (1):
Posted by: user30336385