I am trying to change the number of decimal places displayed in a given cell
when a macro is executed. Everything I've read says a simple command using
the code Selection.NumberFormat = "0.00" should work but for some reason the
cell format remains unchanged. I've tried changing the default cell format
to both General and Number first but this has not helped. Why is this
command not working and what would rectify this?

Thx.
Chris