I am using
VB in Excel to open the txt file in notepad using the code:
Shell "Notepad.exe" & " " & "n:\myfiles\2006 Work\NEMS FY06\Fuel Cell Work\RDGENOUT.txt", _
vbNormalFocus
I am unable to use
VB code such as
openText Filename b/c the txt file has more lines than Excel will handle.