Skip to Content
0
Former Member
Jun 25, 2008 at 05:03 PM

2 GRIDS in Workbook ( vb code )

32 Views

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