Hi experts,
I have a workbook with 2 grids ( 2 queries )
I want to hide the lines between them, but the problem is that the tables can change the number of rows.
Code in the CallBack function:
varname(1).Rows.Count --> count the rows of the first query
How can i reference the second one in VB?
Kind regards,
M