VBA - Empty Cells Show With Custom Text

Stag Weekenders

New Member
Joined
Sep 15, 2016
Messages
4
Hi all,

Im a total newbie at VBA And as a result, I’ve tried following various tutorials to achieve the below outcome, but no avail. Not sure of what to do beyond the point of pasting the VBA code into the workbook.

I need a VBA code that will work in such a way that whenever a cell is empty, the phrase “* Credit Available *” will appear. If a user then fills that same cell with a date, “* Credit Available *” will disappear. It‘s also important that the reverse will happen as well, ie. when a user deletes the date from said cell, “* Credit Available *” reappears.

Would greatly appreciate anyone who can advise on what code is needed and pointers on what to do after entering the VBA into the workbook (code).

Many thanks,
MJF.
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
In which cell relative to the empty cell do you want "*Credit Available*" to appear and disappear?
 
Upvote 0
What cell or cells are we dealing with? I'm not sure what you want to use as a trigger to insert "*Credit Available*" into the empty cells. Do you want to do this when the workbook is opened? What is the name of the sheet with the cells in question?
 
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,240
Members
452,621
Latest member
Laura_PinksBTHFT

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top