I have some code that worked perfectly until I added a logo with merged cells above the data. Now I get a message about not working with merged cells. I changed the reference to point to the cells below the merged cells but it still does not work.
![]()
Please Login or Register to view this content.
The bold line above -- .Parent.Columns(1).ClearContents -- seems to be the problem; it sees the merged cells above and fails.
I want to clearContents but only from row 8 and down in column A.
Your suggestions would be most appreciated.
Bookmarks