I am trying to make a venn diagram of 3 inner partially overlapping circles; then enclose these 3 with a bigger circle.
I see this as one object with 3 imbedded objects.
I would like to move/enclarge the outer circle such that the inner ones would automatically enlarge.
Is this possible?
I...
In excel 2000, is there an evaluate-function or
equivalence of subroutine in VBA to do the following:
function myadd(a#, b#)
myadd = a + b
end function
sub test
msgbox EVALUATE("myadd( " & 2.3 & ", " & 2.3 & ")")
end sub
If impossible directly, please share...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.