Cell_Add_or_Subtract

Adds amount to active cell, or subtract
Applies to selected cell in current active sheet.
Only if 1 cell is selected, if that cell has number, and only if that cell has a constant (Not formula).


Public

Tested

My Own Work

Amount, Optional Plus1_or_Subtract2 = 1, Optional CellAddress = "ActiveCell"

Sub My2022_Plus100()
    Cell_Add_or_Subtract 100
End Sub
Sub My2022_Minus100()
    Cell_Add_or_Subtract 100, 2
End Sub

Views 3 Downloads 0

VBA-Excel Math
ANmarAmdeen
899
Attachments
Revisions

v1.0