Hi ,
I'm trying to remove all blank rows within my sheet and have the following code but it says it can't be done when overlapping different sections?
![]()
Please Login or Register to view this content.
Hi ,
I'm trying to remove all blank rows within my sheet and have the following code but it says it can't be done when overlapping different sections?
![]()
Please Login or Register to view this content.
xlCellTypeBlanks works with a single column
![]()
Please Login or Register to view this content.
Since you have specified .EntireRow.delete it is not necessary to qualify a range with multiple columns. Thats why AB33 changed it to reflect only column A.
Thanks,
Solus
Please remember the following:
1. Use [code] code tags [/code]. It keeps posts clean, easy-to-read, and maintains VBA formatting.Highlight the code in your post and press the # button in the toolbar.2. Show appreciation to those who have helped you by clickingbelow their posts.
3. If you are happy with a solution to your problem, mark the thread as [SOLVED] using the tools at the top.
"Slow is smooth, smooth is fast."
Ah, thats where i went wrong.
Many thanks to both!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks