Re: Detecting "real" formula in a cell - why I want to do it
- From: "Mark Nelson [MS]" <marknel@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 9 Jun 2005 21:05:25 -0700
That is a good scenario, but I don't know of a way to accomplish that using
just the Shapesheet.
There are programming alternatives that avoid VBA. One option is a COM
Add-in. This can be created in VB but is deployed as a DLL.
--
Mark Nelson
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
"Mike Greenawalt" <mgreenawalt@xxxxxxxxxx> wrote in message
news:OCi%235tRbFHA.3132@xxxxxxxxxxxxxxxxxxxxxxx
>I was hoping to avoid doing programming beyond shapesheet formulas.
>
> What I am trying to accomplish is to have a 1-D connector shape detect
> when it is connected at both ends. We use Visio to develop diagrams which
> get post-processed outside Visio (from .vdx file), and it is important
> that all connectors on the pages actually *be* connected on both ends.
> Just relying on the visual appearance of the diagram is not enough, as you
> see the connector visual clues only when the connector shape is selected.
>
> I would like to have the shape itself detect when it is not connected on
> both ends and give some kind of signal, maybe changing color (blinking
> would be nice, but probably a lot more difficult) that would be visible
> even when the shape is not selected.
>
> So far, the only signal I have seen that indicates a connected state in
> the shapesheet is that the BeginX/Y, EndX/Y cells get filled with a
> formula that calculates position from parameters of the connectee
> shape(s). I have been looking for a way to detect that.
>
> Our users start with a stencil of shapes that we have created for our
> domain and a blank drawing page. I had hoped to be able to do what I want
> within the confines of the Shapesheet and avoid VBA programming, as that
> makes delivery more complicated.
>
> I would think someone out there would have wanted to do something similar.
> I hope they can respond.
>
> -- Mike
>
> Mark Nelson [MS] wrote:
>> Programmatically you can compare the FormulaU and ResultIU properties of
>> the cell, but I don't think this is possible within the Shapesheet.
>>
.
- References:
- Detecting "real" formula in a cell
- From: Mike Greenawalt
- Re: Detecting "real" formula in a cell
- From: Mark Nelson [MS]
- Re: Detecting "real" formula in a cell - why I want to do it
- From: Mike Greenawalt
- Detecting "real" formula in a cell
- Prev by Date: RE: Unclear error message when trying to catch the MouseUp event
- Next by Date: Re: Table structure from Visio
- Previous by thread: Re: Detecting "real" formula in a cell - why I want to do it
- Next by thread: Re: Detecting "real" formula in a cell - why I want to do it
- Index(es):
Relevant Pages
|