Message 1 of 8
format a table cell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How do you format cells in a table to show numbers as 3-digit decimals?
I've tried this...
myTable.Cells(r, c).DataFormat = "#0.000" ' this does not work.
Is there more to it than this?
Allen
I've tried this...
myTable.Cells(r, c).DataFormat = "#0.000" ' this does not work.
Is there more to it than this?
Allen