Hi,
I need a way of accessing a cell using the recordset command so for instance the code.
rs.Movefirst
While not rs.EOF
rs.[MYVARIABLE] = "True"
rs.Movenext
Wend
Or if there is no solution to this is there any other way that you could instantly fill all of the cells in a column through the click of a button for instance.
Thanks for any help
I need a way of accessing a cell using the recordset command so for instance the code.
rs.Movefirst
While not rs.EOF
rs.[MYVARIABLE] = "True"
rs.Movenext
Wend
Or if there is no solution to this is there any other way that you could instantly fill all of the cells in a column through the click of a button for instance.
Thanks for any help