Thread: [Solved] deleting blanks and commas
View Single Post
 
Old 03-18-2017, 06:10 AM
FUGMAN FUGMAN is offline Windows 10 Office 2016
Banned
 
Join Date: Feb 2017
Posts: 55
FUGMAN is on a distinguished road
Default

TRIED but got "type mismatch"
message for the following....
If Join(Application.Transpose(Application.Transpose(. Cells(r, 1).EntireRow.Value)), "") = _ Join(Application.Transpose(Application.Transpose(. Cells(r - 1, 1).EntireRow.Value)), "") Then

I think I will just use the delete duplicates feature in excel and forsake the dupesheet feature. Thanks again for all your help.
Reply With Quote