ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,736
- Office Version
- 2007
- Platform
- Windows
Morning,
Can you be of assistance to alter the following code supplied.
I wish to clear contents of the active cell B13 once its no longer the active cell.
Have a nice day.
Can you be of assistance to alter the following code supplied.
I wish to clear contents of the active cell B13 once its no longer the active cell.
Have a nice day.
Code:
[B][COLOR=#0000FF][FONT=verdana]Sub sbClearCellOnlyData()[/FONT][/COLOR]
[/B][FONT=Arial][SIZE=2][COLOR=#3333FF][B][COLOR=#0000FF][FONT=verdana]Range("B13").ClearContents[/FONT][/COLOR]
[/B][/COLOR][/SIZE][/FONT]
[B][COLOR=#0000FF][FONT=verdana]End Sub[/FONT][/COLOR]
[/B]