SilentRomance
New Member
- Joined
- Aug 4, 2021
- Messages
- 46
- Office Version
- 2016
- 2010
- Platform
- Windows
Hi guys,
how to select blank data in linked cells.
This is my sample data in Sheet 1
And this is the Formulas in Sheet 2
Output in sheet 2
And i want to select those blank data to delete it or color it.
How do i do it in VBA?
how to select blank data in linked cells.
This is my sample data in Sheet 1
13-Aug-21 |
13-Aug-21 |
13-Aug-21 |
13-Aug-21 |
And this is the Formulas in Sheet 2
=IF('Sheet1'!A1 = FALSE, "",'Sheet1'!A1) |
=IF('Sheet1'!A2 = FALSE, "",'Sheet1'!A2) |
=IF('Sheet1'!A3 = FALSE, "",'Sheet1'!A3) |
=IF('Sheet1'!A4 = FALSE, "",'Sheet1'!A4) |
=IF('Sheet1'!A5 = FALSE, "",'Sheet1'!A5) |
=IF('Sheet1'!A6 = FALSE, "",'Sheet1'!A6) |
=IF('Sheet1'!A7 = FALSE, "",'Sheet1'!A7) |
Output in sheet 2
13-Aug-21 |
13-Aug-21 |
13-Aug-21 |
13-Aug-21 |
And i want to select those blank data to delete it or color it.
How do i do it in VBA?