+ Reply to Thread
Results 1 to 4 of 4

updating a text box

Hybrid View

Guest updating a text box 02-02-2005, 05:06 PM
Guest RE: updating a text box 02-02-2005, 05:06 PM
Guest RE: updating a text box 02-02-2005, 05:06 PM
Guest RE: updating a text box 02-02-2005, 05:06 PM
  1. #1
    DirInfo
    Guest

    updating a text box

    i'm trying to update a "text box" with a value from a cell on another
    worksheet. i've figured out how to do this simiply by entering the
    appropriate cell in the 'LinkedCell' area in the properties box. however,
    the linked value comes in as text, when it is actually a number, formatted
    with a comma and a dollar sign. Is there some obvious thing I am missing,
    like instead of a text box, use a "number box"?

  2. #2
    ben
    Guest

    RE: updating a text box

    linked cell enters the value exactly as it's displayed. hint, choose another
    cell on the same worksheet that has the value that changes then enter this
    formula
    =(here enter the address for the dollar value cell)
    make sure the format for that cell is general NOT currency
    then use that cell as the linked cell instead of the currency one

    "DirInfo" wrote:

    > i'm trying to update a "text box" with a value from a cell on another
    > worksheet. i've figured out how to do this simiply by entering the
    > appropriate cell in the 'LinkedCell' area in the properties box. however,
    > the linked value comes in as text, when it is actually a number, formatted
    > with a comma and a dollar sign. Is there some obvious thing I am missing,
    > like instead of a text box, use a "number box"?


  3. #3
    ben
    Guest

    RE: updating a text box

    i'm sorry did i nmisunderstand your question, did you want the text box to
    display dollar signs?

    "DirInfo" wrote:

    > i'm trying to update a "text box" with a value from a cell on another
    > worksheet. i've figured out how to do this simiply by entering the
    > appropriate cell in the 'LinkedCell' area in the properties box. however,
    > the linked value comes in as text, when it is actually a number, formatted
    > with a comma and a dollar sign. Is there some obvious thing I am missing,
    > like instead of a text box, use a "number box"?


  4. #4
    sebastienm
    Guest

    RE: updating a text box

    There is unfortunately no Number Box. The problem of the textbox is that
    1. it display the value of a number (diplaying 3.145 if number formated as
    $3.15)
    2. if someone types some value in the box, the value is sent to the linked
    cell AND this cell is formatted as Text ie 3.1456 become the String "3.145"
    (of, course it also looses all number formatting)

    The only way i am aware of to use a textbox in such a situation is to manage
    the _Change event of the Textbox and manage the link to the cell yourself
    without LinkedCell.

    Maybe someone will have a better solution.
    Regards,
    Sebastien

    "DirInfo" wrote:

    > i'm trying to update a "text box" with a value from a cell on another
    > worksheet. i've figured out how to do this simiply by entering the
    > appropriate cell in the 'LinkedCell' area in the properties box. however,
    > the linked value comes in as text, when it is actually a number, formatted
    > with a comma and a dollar sign. Is there some obvious thing I am missing,
    > like instead of a text box, use a "number box"?


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1