View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Chris Chris is offline
external usenet poster
 
Posts: 6
Default OLE Problem on Opening

On Dec 17 2009, 2:55*pm, joel wrote:
Are there macros in the workbook? First try to open the workbook with
macros disabled (using medium security mode) and see if the problem is
the workbook or the macros. *If the macros are the problem you can put a
STOP in the Workbook open Function so you can debug the problem. *After
you reach the Stop you can either single step or run to help find the
problem.

--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread:http://www.thecodecage.com/forumz/sh...d.php?t=163305

Microsoft Office Help


Thanks Joel,

Sorry for the late reply, It ended up being a combination of both the
macro and number of formula. I have now sorted the macro and split the
workbook.

Thanks Again