Consulting

Results 1 to 2 of 2

Thread: Converting formula into values.

  1. #1

    Converting formula into values.

    Dear Members,

    As i have an excel sheet with so many formula in random cells.
    After completing my job i want to convert all cell i.e having formula that return value is converted into value itself.
    I mean formula disappear and only value remains.

    As per my knowledge there is one option after copying paste special as value . But this process take so much time.
    I want an alternate option either macro or something else.

    Please help,
    Rgds,
    Aligahk06

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    [vba]

    With Activesheet

    .Usedrange.Value = .Usedrange.value
    End With
    [/vba]
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

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