+ Reply to Thread
Results 1 to 2 of 2

numbers to text with formatting

  1. #1
    Mike
    Guest

    numbers to text with formatting

    I have almost 1,000 numbers that are formatted to display in Excel as
    currency with dollar signs, commas, decimal points, and cents (for example,
    1234.5 is displayed as $1,234.50). I need to use them in a merged Word
    document (a pledge payment letter) but can't figure out how to "convert" them
    in Excel from numbers to text AND still retain the displayed "dollars look"
    of the numbers.

    Would appreciate a solution. Thanks!

  2. #2
    Toppers
    Guest

    RE: numbers to text with formatting

    Mike,
    Try:

    =TEXT(A1,"£#,###.00")

    or

    Dim strCurr As String
    strCurr = Format(Range("a1"), "$#,###.00")

    HTH

    "Mike" wrote:

    > I have almost 1,000 numbers that are formatted to display in Excel as
    > currency with dollar signs, commas, decimal points, and cents (for example,
    > 1234.5 is displayed as $1,234.50). I need to use them in a merged Word
    > document (a pledge payment letter) but can't figure out how to "convert" them
    > in Excel from numbers to text AND still retain the displayed "dollars look"
    > of the numbers.
    >
    > Would appreciate a solution. Thanks!


+ 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