Hi
Perhaps:
Replace the '2' with whatever number you want to divide the value in the cell by.VB:Dim myCell As Range Set myCell = columns(3).find("*",lookin:=xlvalues,searchdirection:=xlprevious) If Not myCell Is Nothing Then myCell.Value = myCell.Value / 2 End If
Hope this helps!
Richard


Reply With Quote
Bookmarks