View Single Post
 
Old 08-27-2021, 08:23 PM
zizz zizz is offline Windows 10 Office 2019
Novice
 
Join Date: Aug 2021
Posts: 2
zizz is on a distinguished road
Default Macro type check columns of multiple tables - return mismatch rows

I have 2 separate macro files with multiple tables in each. Columns for each table are "Name" (String), "Location" (String), "birthdate" (Decimal) except one table has "Age" which I don't need.

I want to loop through all tables. If column contains row with incorrect type, return row number and table.Name. A few tricky dynamic problems in here and not sure where to start.
Attached Files
File Type: xlsm Test2.xlsm (26.8 KB, 5 views)
File Type: xlsm Test.xlsm (29.0 KB, 6 views)

Last edited by zizz; 08-28-2021 at 02:57 AM. Reason: Adding errors into Test
Reply With Quote