+ Reply to Thread
Results 1 to 2 of 2

Changing from custom value to text format

Hybrid View

luke.guthrie Changing from custom value to... 06-22-2012, 10:40 AM
RaulRodriguez Re: Changing from custom... 06-22-2012, 11:00 AM
  1. #1
    Registered User
    Join Date
    05-15-2012
    Location
    Oshawa, ON
    MS-Off Ver
    Excel 2010
    Posts
    86

    Changing from custom value to text format

    Is it possible to change this code to a text format rather than a custom, which is what it returns right now.

    HTML Code: 

  2. #2
    Forum Contributor
    Join Date
    05-04-2012
    Location
    Stamford,Connecticut,USA
    MS-Off Ver
    Excel 2003
    Posts
    105

    Re: Changing from custom value to text format

    Have you tried this:
     With Range("H4", Range("H" & Rows.Count).End(xlUp)).Offset(, 26)
            .NumberFormat = "00"
            .FormulaR1C1 = "=MONTH(EOMONTH(RC[-26],-3))"
            .Value = .Text
        End With

+ 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