excel - Syntax for a cell in vba -
i ma starting vba , have come quite bit of trouble syntax. format cell in vba, (column, row) or (row,column)?
is there conclusive api vba similar api on oracle site java?
assuming excel.
there vba language 1 thing, , there how application hosting vba (excel, word etc) exposes vba (via object model) specific question relates to.
the argument order is:
.cells(row, column) (http://msdn.microsoft.com/en-us/library/ff196273(v=office.14).aspx)
see references vba , excel object model documentation version.
Comments
Post a Comment