![]() |
View formats of columns
Currently using Excel version 2002
I have a spreadsheet with a large number of columns with different data formats. Is there a way of viewing the formats for each of the various columns, similiar to the facility of opting to view cells with formulas rather then data? -- James |
View formats of columns
No simple method with the XL sheet, but you could use some VB to define them.
Selecting some blank cells that contain your formats (presumably a row), you could do this: Sub ListFormats For each c in Selection c.value = c.NumberFormat Next End Sub -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "James C" wrote: Currently using Excel version 2002 I have a spreadsheet with a large number of columns with different data formats. Is there a way of viewing the formats for each of the various columns, similiar to the facility of opting to view cells with formulas rather then data? -- James |
View formats of columns
Thanks Luke this helped
-- James "Luke M" wrote: No simple method with the XL sheet, but you could use some VB to define them. Selecting some blank cells that contain your formats (presumably a row), you could do this: Sub ListFormats For each c in Selection c.value = c.NumberFormat Next End Sub -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "James C" wrote: Currently using Excel version 2002 I have a spreadsheet with a large number of columns with different data formats. Is there a way of viewing the formats for each of the various columns, similiar to the facility of opting to view cells with formulas rather then data? -- James |
All times are GMT +1. The time now is 07:12 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com