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