Help.....
I am writing out a Fixed record length text file. The Text has to be a fixed length. Life was good until a user input 61" as part of the Comment field. The field is defined as 30 characters.
Code to write it out was :
Comments = String(30 - Len(Left(ActiveSheet.Cells(Row, 31)...