K
kdw
How do I apply currency formatting to an entire column or individual cells in
a table through VBA?
I have used the method in Ken Getz's book on converting a recordset in
Access to a Word table using
..InsertAfter varData
Set objTable = .convertToTable()
Everything works great except that the values in one of the columns should
be currency. I can not find the proper method(s) to format the column.
I am using this through automation from Access.
Thank you!
a table through VBA?
I have used the method in Ken Getz's book on converting a recordset in
Access to a Word table using
..InsertAfter varData
Set objTable = .convertToTable()
Everything works great except that the values in one of the columns should
be currency. I can not find the proper method(s) to format the column.
I am using this through automation from Access.
Thank you!