Hi, I wonder whether someone could help me please.
I'm using the script below to split files into more manageable chunks.
Sub SplitTextFile()
Dim sFile As String 'Name of the original file
Dim sText As String 'The file text
Dim lStep As Long 'Max number of lines in the new files
Dim vX...