unknownymous
Board Regular
- Joined
- Sep 19, 2017
- Messages
- 249
- Office Version
- 2016
- Platform
- Windows
Hi Gurus,
I have some columns that I need to delete however, there are embedded picture image in cells.
I tried using below code but the picture are still visible.
= = = =
Sub Delete()
Worksheets("Sheet1").Activate
Columns("C:C").Delete
Columns("X:Z").Delete
End Sub
= = = =
Is there a way where the macro can scan the picture object in the whole workbook and delete it?
Appreciate the help.
I have some columns that I need to delete however, there are embedded picture image in cells.
I tried using below code but the picture are still visible.
= = = =
Sub Delete()
Worksheets("Sheet1").Activate
Columns("C:C").Delete
Columns("X:Z").Delete
End Sub
= = = =
Is there a way where the macro can scan the picture object in the whole workbook and delete it?
Appreciate the help.