Hello all...
How can I change the backcolor of an excel cell from access??
I've got this variables:
Dim sheet As Object
Dim con As Connection
Dim appexcel As Object 'Excel.Application
and then:
Set appexcel = CreateObject("Excel.application")
Set conn = Application.CurrentProject.Connection
appexcel.Visible = True
appexcel.workbooks.Add
Set sheet = appexcel.sheets.Add
I can't find the way to change it anywhere!
Thank you!
How can I change the backcolor of an excel cell from access??
I've got this variables:
Dim sheet As Object
Dim con As Connection
Dim appexcel As Object 'Excel.Application
and then:
Set appexcel = CreateObject("Excel.application")
Set conn = Application.CurrentProject.Connection
appexcel.Visible = True
appexcel.workbooks.Add
Set sheet = appexcel.sheets.Add
I can't find the way to change it anywhere!
Thank you!