• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Basic? VBA macro help / support

Fenyxx

New Member
Rookie here -

I have a basic vba script that will clear a set of cells when a number is removed from a target cell (deleted).

I am looking to add a way to have another set of cells populate with numbers once that same cell has a number entered into it, but will also clear the contents of the cells once the number is deleted.

If anyone can point me in the right direction. Thanks.
 
As you forgot to post your VBA procedure - with the right vertical 3 dots icon - and a crystal clear complete explanation of the need as well​
so I just can advise you have to detect when the cell value changes and check that value via VBA function IsEmpty for example …​
 
Back
Top