S
shortyes
Hi all,
Just need some help with a problem I am having. Currently I have an
access 2000 application that I am writing a function for. This
function basically takes data from the database, calculate what values
I need and then export that to an excel worksheet. The thing is I can
not find a list of syntax anywhere online aka
ExcelSheet.Worksheets(SheetName).columns("A")
..ColumnWidth Will change the width of the column
..Font.Name Will change Font
..insert Will insert a coln or a row
The first question is where can I find a comprehensive list of these?
The next is how do I do the alignment for the cell?
..alignment.hoizontal = "Center" does not work
nor does
..alignment = "center"
Just need some help with a problem I am having. Currently I have an
access 2000 application that I am writing a function for. This
function basically takes data from the database, calculate what values
I need and then export that to an excel worksheet. The thing is I can
not find a list of syntax anywhere online aka
ExcelSheet.Worksheets(SheetName).columns("A")
..ColumnWidth Will change the width of the column
..Font.Name Will change Font
..insert Will insert a coln or a row
The first question is where can I find a comprehensive list of these?
The next is how do I do the alignment for the cell?
..alignment.hoizontal = "Center" does not work
nor does
..alignment = "center"