Hello everyone!
I am outputting data from Access into Excel using VBA.
It is simple table with ID and columns with partially missing data.
I need to output about 5 WKsheets.
Each will have different amount of columns and rows.
I need to insert total counting blanks per column.
There is a function for that but I can't see how to count last row and insert total right below.
ID___________Col
12___________Value2
11___________ValueNull
10___________Value1
Total 1 (counts blanks only)
Thanks
I am outputting data from Access into Excel using VBA.
It is simple table with ID and columns with partially missing data.
I need to output about 5 WKsheets.
Each will have different amount of columns and rows.
I need to insert total counting blanks per column.
There is a function for that but I can't see how to count last row and insert total right below.
ID___________Col
12___________Value2
11___________ValueNull
10___________Value1
Total 1 (counts blanks only)
Thanks