Large CSV File
For large cvs file (for example system, application event log) may have difficulties while launch in excel. Here is a vbs script to cut the files to 60000 rows to prevent execl limitation of 65,536 rows - File not Loaded completely message.

If you wish u can modify the rows of a file by "Line32: if (i = 60000) then", which can make the file smaller.
Download
by Link
http://cid-8167344592f7bd22.skydrive.live.com/self.aspx/Public/Cutcsv.vbs

If you wish u can modify the rows of a file by "Line32: if (i = 60000) then", which can make the file smaller.
Download
by Link
http://cid-8167344592f7bd22.skydrive.live.com/self.aspx/Public/Cutcsv.vbs
Comments