View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GregJG[_16_] GregJG[_16_] is offline
external usenet poster
 
Posts: 1
Default I need "On Error" help

I use this code to open a workbook

Set SourceWb = Workbooks.Open("f:\book1.xls")

but, if the workbook is already open, I'm guessing I would need to us
an "on error resume next"

But everything I have tried is not working.

can someone help

--
Message posted from http://www.ExcelForum.com