remove line from coll SOLVED

Thinksamuel's icon

I have a txt file loaded in a coll. From each column I would like to get the min and max value. However, the first line is a line of symbols and should not be taken into account. How can I bypass that first line without having to open the file manually and manipulate it?
===========
send a message removes the first line. This is what I needed.