Select the cell(s) then run the code
![]()
Sub test() Dim r As Range For Each r In Selection r.Value = Val(r.Value) * -1 Next End Sub
Select the cell(s) then run the code
![]()
Sub test() Dim r As Range For Each r In Selection r.Value = Val(r.Value) * -1 Next End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks