View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
bratek bratek is offline
external usenet poster
 
Posts: 9
Default import few text files from subdirectories

Hi Bernie!

That was not a problem.. because I tried both way

But finaly I made it..

myRows = ThisWorkbook.Worksheets(1).Range("A65536").End(xlu p).Row + 1

thank You for Your Help!!!!