Stephen_IV
Well-known Member
- Joined
- Mar 17, 2003
- Messages
- 1,180
- Office Version
- 365
- 2019
- Platform
- Windows
Can someone please help me when I copy and paste a table from the Web into excel it also brings in pictures (Shapes) into the sheet. I ran a Macro this is what it gave me. There are alot of pictures. Could someone please help me get rid of them. Thsnk in advance Stephen!
Code:
Sub Macro2()
ActiveSheet.Shapes.Range(Array("Picture 3")).Select
Selection.Delete
End Sub