Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Hidden cells


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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 26
Default Hidden cells

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Hidden cells

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy Visible Cells in Sheet with Merged and Hidden Cells rtwiss Excel Discussion (Misc queries) 5 April 25th 23 09:08 AM
drag data vertically over hidden cells.. ignore hidden cells Derwood Excel Discussion (Misc queries) 1 March 6th 08 10:59 PM
How do I paste hidden cells and keep them hidden? steven345 Excel Discussion (Misc queries) 0 January 30th 06 05:50 PM
Hidden Cells sgrech New Users to Excel 3 January 23rd 06 11:05 PM
Hidden cells ????? T.B. Excel Worksheet Functions 2 January 31st 05 07:01 PM


All times are GMT +1. The time now is 09:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"