Results 1 to 4 of 4

Help for convertion of text to general / number format

Threaded View

  1. #1
    Registered User
    Join Date
    12-21-2011
    Location
    Lahore, Pakistan
    MS-Off Ver
    Excel 2007
    Posts
    2

    Help for convertion of text to general / number format

    Dear All

    I am trying to create Macro for convertion of number stored as text to general / number format but unable to convert data of Cell # A1, A2 with following VBA code. However, Value in A3 is prefectly converting to general.

    Sub Test()
    With Columns("A")
    .NumberFormat = "General"
    End With
    End Sub

    File is also attached in email for your reference.

    Need your help to resolve this issue
    Attached Files Attached Files

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