Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 267
Default set visible range

Sorry to ask such a no brainer !!
How do i set a range as visible or not visible like you would an object?

ie range ("main board") visible = false



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default set visible range

Hi,

As far as I'm aware you can't

Mike

"Atishoo" wrote:

Sorry to ask such a no brainer !!
How do i set a range as visible or not visible like you would an object?

ie range ("main board") visible = false



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 267
Default set visible range

aaarghdamn blast is there a way of setting it as hidden or perhaps covering
the range with a blank object?

"Mike H" wrote:

Hi,

As far as I'm aware you can't

Mike

"Atishoo" wrote:

Sorry to ask such a no brainer !!
How do i set a range as visible or not visible like you would an object?

ie range ("main board") visible = false



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 245
Default set visible range


Columns("C:C").Hidden = True


"Atishoo" wrote:

Sorry to ask such a no brainer !!
How do i set a range as visible or not visible like you would an object?

ie range ("main board") visible = false



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 267
Default set visible range

thanks but it doesnt seem to work for a range despite it working for a column
as your example shows
thanks again

"Office_Novice" wrote:


Columns("C:C").Hidden = True


"Atishoo" wrote:

Sorry to ask such a no brainer !!
How do i set a range as visible or not visible like you would an object?

ie range ("main board") visible = false





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default set visible range

You could hide the entire row or column.

Maybe you could format the font's color so that it matches the fill's
color--white on white would make it look like the range was hidden.

You may be able to use format|conditional formatting for this.

Or maybe you could give the range a custom format:
;;;
(3 semicolons)

The cell will look empty.

You'd still see the value/formula in the formula bar for all these, though.

Atishoo wrote:

Sorry to ask such a no brainer !!
How do i set a range as visible or not visible like you would an object?

ie range ("main board") visible = false


--

Dave Peterson
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
Set Range of Visible Cells iamito Excel Programming 1 November 7th 07 04:50 PM
Count Visible Range? Matt[_39_] Excel Programming 4 August 1st 06 02:27 AM
Set Visible Range Gary''s Student Excel Programming 3 February 13th 06 03:19 PM
Setting visible range ZipCurs Excel Programming 2 January 5th 06 03:43 AM
Sum only visible cells within a range. Jason Kendall Excel Programming 4 July 14th 05 05:18 PM


All times are GMT +1. The time now is 08:06 AM.

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

About Us

"It's about Microsoft Excel"