Visio Guy

Visio Discussions => ShapeSheet & Smart Shapes => Topic started by: mmulvenna on May 22, 2008, 12:34:43 AM

Title: Comment Cell used in screen tip
Post by: mmulvenna on May 22, 2008, 12:34:43 AM
The comment cell is used to display the screen tip when you hover over the shape. I cant seem to put a cell reference in the comment cell. If I put sheet.1!user.part_name in the comment cell that is what is displayed in the tip(not the value of sheet.1!user.part_name). Anyone know how to user a cell refence in the commnet cell in the misc section of the shapesheet?

Thanks
Mike
Title: Re: Comment Cell used in screen tip
Post by: Lars-Erik on May 22, 2008, 04:48:01 AM
Tried this, but I don't have any problems. Make sure you don't put sheet.1!user.part_name between quotes.
Remove everything in the comments cell and enter this:

=sheet.1!user.part_name

It should work...

(I use Visio 2007, might be usefull to know)

- Lars
Title: Re: Comment Cell used in screen tip
Post by: mmulvenna on May 22, 2008, 02:05:00 PM
Sorry, this was user error again.  ??? I did not put the equal sign in the formula. Another senior moment.

Please excuse my novice mistakes........

Thanks
Mike
Title: Re: Comment Cell used in screen tip
Post by: Lars-Erik on May 22, 2008, 02:11:45 PM
We're all human  ;D
Title: Re: Comment Cell used in screen tip
Post by: Visio Guy on May 22, 2008, 02:20:58 PM
Guys,

This is TOTALLY a normal mistake to make. The full mystery goes like this...

You see, certain ShapeSheet cells expect strings, and therefore play tricks on you.

Cells like:


and more, expect a string, and automatically put quotes around whatever you type. The trick, which is somewhat Excel-like, is to type "=" first.

So we select the Comment cell, then type: Sin(45)

Visio automatically makes it "Sin(45)", which for most people is pretty uninteresting.

So we try again, but this time type: =Sin(45)

Visio says: "AHA! A mathematical, or ShapeShe-etical formula! I will treat it like a formula and attempt to parse it!"

These "string" cells can be identified when you are in Formula-view in the ShapeSheet. They are the ones that display a default formula of "".
Title: Re: Comment Cell used in screen tip
Post by: mmulvenna on May 22, 2008, 03:51:44 PM
Thanks everyone. Although I still consider myself a novice I am learning more each day. Thanks to all for the help. ;D

Mike