+ Reply to Thread
Results 1 to 2 of 2

Copying the cell contents(a math function) that calculates a numbe

  1. #1
    DMB
    Guest

    Copying the cell contents(a math function) that calculates a numbe

    Copying the "cell contents" (a math function) that calculates a number to
    anouther cell. I can copy the result of the calculation but I need to display
    the equation in an ajoining cell for verification of the equation. All I can
    do is display the result.

    I am working in excel 2000, unfortunatly
    I am using the VBA in excel for ease of use.
    Later I guess, I would like to use VB.net

    I dont know where else to look.

    Thank You,
    David

  2. #2
    Tom Ogilvy
    Guest

    Re: Copying the cell contents(a math function) that calculates a numbe

    activeCell.offset(0,1).Value = "'" & activeCell.formula

    --
    Regards,
    Tom Ogilvy


    "DMB" <[email protected]> wrote in message
    news:[email protected]...
    > Copying the "cell contents" (a math function) that calculates a number to
    > anouther cell. I can copy the result of the calculation but I need to

    display
    > the equation in an ajoining cell for verification of the equation. All I

    can
    > do is display the result.
    >
    > I am working in excel 2000, unfortunatly
    > I am using the VBA in excel for ease of use.
    > Later I guess, I would like to use VB.net
    >
    > I dont know where else to look.
    >
    > Thank You,
    > David




+ 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