Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have noticed that if I hide a row and then set a range across that hidden
row, the value gets applied to the hidden cell: Sub sub1() Range("A2").EntireRow.Hidden = True Range("A1:A3").Value = 1 Range("A2").EntireRow.Hidden = False End Sub The value gets applied to A2, even though the cell was hidden. If, however, I hide the row using AutoFilter, the value in A2 does not get changed. It is possible to apply this type of hiding without using AutoFilter?? -- Gary''s Student - gsnu200908 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2007 Worksheet, Hidden Columns, .CSV Format Saves Hidden Column Da | Excel Discussion (Misc queries) | |||
Copy and Paste with hidden columns remaining hidden | Excel Discussion (Misc queries) | |||
Rows hidden by Autofilter vs hidden by changing the Hidden property | Excel Programming | |||
I need my Hidden Rows to stay hidden when I print the sheet. | Excel Discussion (Misc queries) | |||
Saving hidden data with a worksheet (preferably without using a hidden sheet) | Excel Programming |