I'm trying to set displaygridlines = false in Access VBA. I started with Excel to record the macro on turning this off, which give the displaygridlines=false. But this does not work in Access VBA. The only reference I could find on the site was How can I turn off gridlines in excel using VBA, without using ActiveWindow but this is for Excel.
The "Method or data member not found" is the error when compiling.
Does anyone know how to turn off gridlines in Excel from Access VBA?