Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ian Ian is offline
external usenet poster
 
Posts: 109
Default Invisible cells in VBA

I want to make a range of cells on one of my worksheets invisible to the
viewer although the data in the cells will still be availble to the code. I
have selected the range but don't know the property or method for making the
cells invisible. I tried " .Visible = False" on the selection but I got an
error message.

Thanks for any help,
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,080
Default Invisible cells in VBA

You can't make individual cells "invisible." You can hide entire rows or
entire columns.

--

Vasant



"Ian" wrote in message
...
I want to make a range of cells on one of my worksheets invisible to the
viewer although the data in the cells will still be availble to the code.

I
have selected the range but don't know the property or method for making

the
cells invisible. I tried " .Visible = False" on the selection but I got an
error message.

Thanks for any help,



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,298
Default Invisible cells in VBA

if you don't want to hide the rows then you could simple format the row to
";;;"
They will appear empty but seelcting the cells will still reveal their values.
Why not just put the data onto another sheet?




"Ian" wrote:

I want to make a range of cells on one of my worksheets invisible to the
viewer although the data in the cells will still be availble to the code. I
have selected the range but don't know the property or method for making the
cells invisible. I tried " .Visible = False" on the selection but I got an
error message.

Thanks for any help,

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
text is invisible learningaccess Excel Discussion (Misc queries) 2 September 23rd 08 09:57 PM
Format cells to make zeros not appear,or be invisible on screen &p RajenRajput1 Excel Discussion (Misc queries) 3 July 2nd 08 04:43 PM
Invisible Formatting ? or ... ? Steve Excel Worksheet Functions 6 May 8th 08 06:24 PM
Selected cells shadding Invisible. Zarrar Janjua Excel Worksheet Functions 6 June 6th 07 08:58 PM
Validation List with Variable Lengths & Invisible Empty Cells RobPendulum Excel Programming 3 December 7th 03 01:30 PM


All times are GMT +1. The time now is 07:56 PM.

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"