Visio Guy

Visio Discussions => Visio Bugs (er...Issues) => Topic started by: Hey Ken on December 09, 2019, 05:17:56 PM

Title: Unexpected 310 error for a circular formula reference
Post by: Hey Ken on December 09, 2019, 05:17:56 PM
Fellow Wizards:

   I have a problem. 

   Attached is a very simple stencil.  Open a blank document, open the stencil, and manually drop the box onto the blank page.  My 2013 professional throws a 310 error for a circular formula reference when there are no circular formulas.  Go figure.  Does it happen to anyone else?  If so, can you figure out how to fix it?

   Thanks in advance,
   
   - Ken




Title: Re: Unexpected 310 error for a circular formula reference
Post by: Croc on December 09, 2019, 06:48:44 PM
I think the thing is User-defined Cells of the Stencil.
If you delete the rows:
User.Font
User.FontSize
User.Locked
then the error will disappear
Title: Re: Unexpected 310 error for a circular formula reference
Post by: Hey Ken on December 10, 2019, 02:14:19 PM

   Well, look at that!  Never thought to check the stencil's document sheet.  It turns out those fields are all from a completely different project.  Apparently somewhere in some poorly-tested VBA code, ActiveDocument wasn't the active document I wanted.  Thanks, Croc!

   - Ken