View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
AA2e72E[_2_] AA2e72E[_2_] is offline
external usenet poster
 
Posts: 93
Default Automatic importing of a macro

You seem to have a CSV file; if your use extension CSV instead of TXT in your file name, you can open the file using File ! Open in Excel WITHOUT any macros

Your CSV file must comply: it must have 1<=rows<=65536 and 1<=cols<=256; anything outside these limits will be discarded