I'm doing excel data verification and would like to view any discrepancies within each column. And I think executing
"select distinct column1 from table_name"
is efficient. Is there a way to do that in vba with/without connecting to any database? Any advice would be appreciated.