View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
goober[_16_] goober[_16_] is offline
external usenet poster
 
Posts: 1
Default Error opening files from a list in a spreadsheet


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