Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have a workbook (attached to the message so take a peek) with a circular reference that, apparently, has got to be there. I added a private sub to make sure the sheet keeps the ITERATION checkbox selected: Code: -------------------- Private Sub Workbook_Open() Application.Iteration = True End Sub -------------------- One problem still is that the sub apparently goes into effect AFTER the workbook checks for circular references. What happens is that the person opening the workbook gets the "excel cannot do this" message that is rather unsightly and potentially confusing to the user. How do I: A. Get rid of (supress?) the warning box that appears or B. Have the sub get called upon BEFORE the workbook checks for circular references? C. Figure out a way to avoid the circular reference altogether. Anything would be good at this point. Please help! +-------------------------------------------------------------------+ |Filename: lease.zip | |Download: http://www.excelforum.com/attachment.php?postid=4516 | +-------------------------------------------------------------------+ -- sharkfoot ------------------------------------------------------------------------ sharkfoot's Profile: http://www.excelforum.com/member.php...o&userid=32164 View this thread: http://www.excelforum.com/showthread...hreadid=525887 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
goal seek circular reference | Excel Discussion (Misc queries) | |||
Create dictionary of terms, create first time user site | New Users to Excel | |||
Circular Reference... Help! | Excel Worksheet Functions | |||
Highest Value / Circular Reference Help | Excel Worksheet Functions | |||
Help solve a Circular Reference | Excel Worksheet Functions |