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

I need to hide (or more correctly: cover) cells in a worksheet without
impacting the position of any other elements in the worksheet.

Anybody knows what the best way to do this is?

thanks,

Ulf
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 62
Default covering cells

Ulf,
By "other elements" you mean buttons, images etc ?
If so, these have options to move and/or size with cells, in the Format
Properties.

Also you tell where OLEObjects are by their .TopLeftCell and
BottomRightCells. These properties are read-only though.

NickHK

"Ulf Liljensten" wrote in message
nk.net...
I need to hide (or more correctly: cover) cells in a worksheet without
impacting the position of any other elements in the worksheet.

Anybody knows what the best way to do this is?

thanks,

Ulf



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default covering cells

Nick,

I primarily mean other cells. I want to hide some cells but keep other
cells in the same column or row visible, and I don't want anything on
the worksheet to change position.

Any ideas?

thanks,

Ulf


Nick Cranham wrote:

Ulf,
By "other elements" you mean buttons, images etc ?
If so, these have options to move and/or size with cells, in the Format
Properties.

Also you tell where OLEObjects are by their .TopLeftCell and
BottomRightCells. These properties are read-only though.

NickHK

"Ulf Liljensten" wrote in message
nk.net...

I need to hide (or more correctly: cover) cells in a worksheet without
impacting the position of any other elements in the worksheet.

Anybody knows what the best way to do this is?

thanks,

Ulf




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default covering cells

Ulf,

Could you just change their font colour to white? It is still possible to
see the values (select a block), but in normal circumstances, it is clear.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Ulf Liljensten" wrote in message
nk.net...
Nick,

I primarily mean other cells. I want to hide some cells but keep other
cells in the same column or row visible, and I don't want anything on
the worksheet to change position.

Any ideas?

thanks,

Ulf


Nick Cranham wrote:

Ulf,
By "other elements" you mean buttons, images etc ?
If so, these have options to move and/or size with cells, in the Format


Properties.

Also you tell where OLEObjects are by their .TopLeftCell and
BottomRightCells. These properties are read-only though.

NickHK

"Ulf Liljensten" wrote in message
nk.net...

I need to hide (or more correctly: cover) cells in a worksheet without
impacting the position of any other elements in the worksheet.

Anybody knows what the best way to do this is?

thanks,

Ulf






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default covering cells

Bob,

I can - but I have a lot of custom information (border color, bg color,
fg color) and would prefer not to have the program remembering which
cells have what values when I turn them visible again.

Ulf

Bob Phillips wrote:

Ulf,

Could you just change their font colour to white? It is still possible to
see the values (select a block), but in normal circumstances, it is clear.



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 62
Default covering cells

Ulf,
What about if you kept the formatting info in some suitable structure in
that cell's Comment. You could hide the Comments under the Options menu, so
they would not show (No Comments would show, if that is relevant ?).
To show the cell in all its glory, have a function that reads that cell's
comment and replaces the formatting.

NickHK

"Ulf Liljensten" wrote in message
nk.net...
Bob,

I can - but I have a lot of custom information (border color, bg color,
fg color) and would prefer not to have the program remembering which
cells have what values when I turn them visible again.

Ulf

Bob Phillips wrote:

Ulf,

Could you just change their font colour to white? It is still possible

to
see the values (select a block), but in normal circumstances, it is

clear.



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
How to put Brackets covering two or more cells in Excel No Excel Discussion (Misc queries) 1 September 9th 07 12:34 PM
Text covering an area Arne Hegefors Excel Discussion (Misc queries) 1 January 9th 07 11:16 AM
Formula bar covering column headers Hanr3 New Users to Excel 2 June 13th 06 10:22 PM
Title in one cell covering space of 3 cells underneath PSNYDE Excel Worksheet Functions 1 June 12th 06 06:37 AM
Trendline covering up error bars itgoeson Charts and Charting in Excel 3 August 3rd 05 01:34 AM


All times are GMT +1. The time now is 01:48 PM.

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"