View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default selecting multiple objects with macro

Give this a try:

Sub cleanup()
Cells.Hyperlinks.Delete
ActiveSheet.Pictures.Delete
End Sub
--
Gary''s Student - gsnu200817