View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Anolan Anolan is offline
external usenet poster
 
Posts: 11
Default Error opening files from a list in a spreadsheet

Thank you. I will try it.

"goober" wrote:


Try putting

On Error Resume Next

just before your loop. This will bypass the error code and continue
processing your code.

Hope it helps.


--
goober
------------------------------------------------------------------------
goober's Profile: http://www.excelforum.com/member.php...o&userid=19838
View this thread: http://www.excelforum.com/showthread...hreadid=487744