Macro To Add Transparent Rectangle On Active Cell
The following code will generate a Transparent Rectangle with Red Border on the Active Cell, when executed. Put the below code on the Personal Macro Workbook to have it available on all Excel Workbooks on your computer. __________________________________________________________ Sub AddRectangle()
'Macro By Deep Dave on 21st Nov 2014 (www.NeedForExcel.com)
'Macro creates a Rectangle with a Red Border
Application.ScreenUpdating = False 'Turns off screen updating
D