Hi Board
This below mentioned script was written to save cell values of a6.. a210 and a1501..a1600 to a text file in g:\ with name text1.txt .
Excel returns me with a Run time error of 1004 ( Method Range of Object _Global Failed)
For Each t In Range("A1501:A1600").Rows
at this...