Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have created a template in excel in which I have used circular reference
feature of excel. However when this template is opened first time it gives circular reference warning error. Once I go in option and set iteration checkbox and save the template , next time when I open this template it won't give the error. Suggest me some solution in order not to get this warning first time when I open the template. I tried putting the following macro code still it is showing the error. public wbk_open() Application.iteration = true end sub |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Calculation occurs before macros I believe. the calculation settings are
established at application level by the first workbook opened (such as personal.xls). So I don't see an easy solution for this. -- Regards, Tom Ogilvy "Nitin Mahadar" <Nitin wrote in message ... I have created a template in excel in which I have used circular reference feature of excel. However when this template is opened first time it gives circular reference warning error. Once I go in option and set iteration checkbox and save the template , next time when I open this template it won't give the error. Suggest me some solution in order not to get this warning first time when I open the template. I tried putting the following macro code still it is showing the error. public wbk_open() Application.iteration = true end sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Circular Reference Error | Excel Worksheet Functions | |||
Circular Reference Error Even Though There Is No C.R. | Excel Worksheet Functions | |||
Circular Reference error... | Excel Discussion (Misc queries) | |||
Getting rid of a circular reference error message | Excel Discussion (Misc queries) | |||
Circular reference error | Excel Discussion (Misc queries) |