Hi all,
Using Excel 2010.
I would like to generate a report on certain columns for all worksheets in a workbook to review the custom number format for the given cells
I entered a customer number format for a cell as a test : [>=0.986]0.00%♦;
I then tested in the Immediate Window:
And received this output
[>=0.986]0.00%?;
Is it possible to get the exact output?
That is I should receive a "♦", not a "?"
Thanks
w
Using Excel 2010.
I would like to generate a report on certain columns for all worksheets in a workbook to review the custom number format for the given cells
I entered a customer number format for a cell as a test : [>=0.986]0.00%♦;
I then tested in the Immediate Window:
Code:
?activecell.NumberFormat
And received this output
Quote:
[>=0.986]0.00%?;
That is I should receive a "♦", not a "?"
Thanks
w