Thread
:
selecting multiple objects with macro
View Single Post
#
2
Posted to microsoft.public.excel.misc
Gary''s Student
external usenet poster
Posts: 11,058
selecting multiple objects with macro
Give this a try:
Sub cleanup()
Cells.Hyperlinks.Delete
ActiveSheet.Pictures.Delete
End Sub
--
Gary''s Student - gsnu200817
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student