How would I tailor the code that's below to delete all pictures that are NOT in rows 1:5?
![]()
Sub Delete() Dim Pic As Object For Each Pic In ActiveSheet.Pictures Pic.Delete Next Pic End Sub
How would I tailor the code that's below to delete all pictures that are NOT in rows 1:5?
![]()
Sub Delete() Dim Pic As Object For Each Pic In ActiveSheet.Pictures Pic.Delete Next Pic End Sub
______________________________________
"Vision without Execution is a Hallucination"
Edison
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks