a very easy question
Posted by rainy on July 26, 2001 8:22 AM
what is the easiest way to import a file (unknown number of rows) into a specified location in a worksheet?
i tried this:
Workbooks.OpenText Filename:=sFile
ActiveSheet.UsedRange.Select Selection.Copy ActiveWorkbook.Close
dataSheet.Cells(40, 1).Select
dataSheet.Paste
only when i have large files i get messages that the clipboard is full
and i dont know how to avoid it