View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gregory Kip Gregory Kip is offline
external usenet poster
 
Posts: 2
Default Out of Memory Error

Hello,

I am encountering an "Out of Memory" error when trying to refresh a query
from a tab-delimited text file that is empty. I could handle the Error in my
VB code, but is there any way to prevent the error to begin with -- other
than not refreshing the query or adding data to the file?

Thanks in advance.