Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have a workbook with tens of columns, thousands of rows and so on, you all know... The original 'sheet maker' just copied and pasted all the information from some kind of a registry. Over the half of the columns and their data is useless and could be forgotten and even deleted... But there are macros and all kind of codes I am not aware of and probably wouldn't understand either, even if I knew where to look... So I have left the sheets in peace. But now I have to do some new staff with my own macros and copying and pasting data and rows.... So what is the simplest/easiest/wisest way to continue? Is there a way to delete columns without interfering its name? I mean that the columns would be A, B, AZ, BC for instance... Or should i give a notice at that miserable place I call job? Any advice and help and recommendations is taken with greate gratitude... *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The simplest is to hide the irrelevant columns/rows. This doesn't get rid of
the data, just stops it showing. Assuming there are no macros, only formulae you could check whether the columns are referenced by any formulae. To toggle between displaying values and formulae, press Ctrl + ` (grave accent). Click on each cell with a formula and you will see the referenced cells highlighted. On such a large spreadsheet this is likely to take a long time as you will need to scroll round the sheet each time you check a cell. Another option is to use the Find facility to find references to a column or row. Go to edit and find, then click options. Select Look in: Formulas and click Match case. In Find what, type the column in capitals and click Find All. This will give you a list of cells containing that letter. Unfortunately it will find all references to that capital letter, but by scrolling down, you can easily see which cells contain a formula and whether the reference is in that formula. Assuming there are no formulae referencing a row or column, it can be safely deleted. As always before deleting data MAKE A BACKUP! "emma makela" wrote in message ... I have a workbook with tens of columns, thousands of rows and so on, you all know... The original 'sheet maker' just copied and pasted all the information from some kind of a registry. Over the half of the columns and their data is useless and could be forgotten and even deleted... But there are macros and all kind of codes I am not aware of and probably wouldn't understand either, even if I knew where to look... So I have left the sheets in peace. But now I have to do some new staff with my own macros and copying and pasting data and rows.... So what is the simplest/easiest/wisest way to continue? Is there a way to delete columns without interfering its name? I mean that the columns would be A, B, AZ, BC for instance... Or should i give a notice at that miserable place I call job? Any advice and help and recommendations is taken with greate gratitude... *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi there, and thanks for answering.
Cells that are hidden doesn't have any relevant information at all. But...the workbook is copied into other places and there are macros and formulas and who knowe what in those useful cells. So if I deleted a column But it disappears all right, but then column C moves itself to be a column B...and that messes up everything.... So I'm still looking for a solution.... -Thanks E- "IC" kirjoitti ... The simplest is to hide the irrelevant columns/rows. This doesn't get rid of the data, just stops it showing. Assuming there are no macros, only formulae you could check whether the columns are referenced by any formulae. To toggle between displaying values and formulae, press Ctrl + ` (grave accent). Click on each cell with a formula and you will see the referenced cells highlighted. On such a large spreadsheet this is likely to take a long time as you will need to scroll round the sheet each time you check a cell. Another option is to use the Find facility to find references to a column or row. Go to edit and find, then click options. Select Look in: Formulas and click Match case. In Find what, type the column in capitals and click Find All. This will give you a list of cells containing that letter. Unfortunately it will find all references to that capital letter, but by scrolling down, you can easily see which cells contain a formula and whether the reference is in that formula. Assuming there are no formulae referencing a row or column, it can be safely deleted. As always before deleting data MAKE A BACKUP! "emma makela" wrote in message ... I have a workbook with tens of columns, thousands of rows and so on, you all know... The original 'sheet maker' just copied and pasted all the information from some kind of a registry. Over the half of the columns and their data is useless and could be forgotten and even deleted... But there are macros and all kind of codes I am not aware of and probably wouldn't understand either, even if I knew where to look... So I have left the sheets in peace. But now I have to do some new staff with my own macros and copying and pasting data and rows.... So what is the simplest/easiest/wisest way to continue? Is there a way to delete columns without interfering its name? I mean that the columns would be A, B, AZ, BC for instance... Or should i give a notice at that miserable place I call job? Any advice and help and recommendations is taken with greate gratitude... *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy Visible Cells in Sheet with Merged and Hidden Cells | Excel Discussion (Misc queries) | |||
drag data vertically over hidden cells.. ignore hidden cells | Excel Discussion (Misc queries) | |||
How do I paste hidden cells and keep them hidden? | Excel Discussion (Misc queries) | |||
Hidden Cells | New Users to Excel | |||
Hidden cells ????? | Excel Worksheet Functions |