+ Reply to Thread
Results 1 to 4 of 4

Changing the value

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    05-14-2009
    Location
    gold coast
    MS-Off Ver
    Excel 2007
    Posts
    843

    Re: Changing the value

    hello
    try
    Sub changetopostive()
    ActiveCell.Value = IIf(ActiveCell.Value < 0, ActiveCell.Value * -1, ActiveCell.Value)
    End Sub
    if the values are in a range you will be able to loop through them all
    if you have trouble let me know what the range is
    hope it help
    Last edited by D_Rennie; 10-21-2009 at 08:30 AM. Reason: Tags..

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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