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).

CodeFunctionName
What is this?

Public

Tested

Original Work

Access is limited.

Login here using your Linkedin account. to see or download code.

No registration, not another password to remember, login using your Linkedin account and have access to all public codes in Mydev.net

Linkedin Login

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 256

Downloads 105

CodeID
DB ID

ANmarAmdeen
671
Attachments
Revisions

v1.0

Thursday
September
1
2022