Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default How to Disable/Enable hide entire row ability

Hiya,

I am looking for a way to stop users from being able to hide/unhide
rows in a shared spreadsheet.

Can anyone help out please?

Many thanks


You can apply sheet protection!

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default How to Disable/Enable hide entire row ability

Unfortunately Sheet protection will not work on a shared spreadsheet.
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default How to Disable/Enable hide entire row ability

Unfortunately Sheet protection will not work on a shared spreadsheet.

Why not?

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default How to Disable/Enable hide entire row ability

On Thursday, June 26, 2014 10:04:27 PM UTC+1, GS wrote:
Unfortunately Sheet protection will not work on a shared spreadsheet.




Why not?



The only options under protect shared workbook refer to sharing with tracked changes. Excel does not allow structure protection in a shared book.
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default How to Disable/Enable hide entire row ability

On Thursday, June 26, 2014 10:04:27 PM UTC+1, GS wrote:
Unfortunately Sheet protection will not work on a shared
spreadsheet.




Why not?



The only options under protect shared workbook refer to sharing with
tracked changes. Excel does not allow structure protection in a
shared book.


I wasn't referring to 'protect shared workbook'! You can apply sheet
protection to a shared workbook, which doesn't have anything to do with
'protect shared workbook'!

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default How to Disable/Enable hide entire row ability

The only options under protect shared workbook refer to sharing with

tracked changes. Excel does not allow structure protection in a


shared book.




I wasn't referring to 'protect shared workbook'! You can apply sheet

protection to a shared workbook, which doesn't have anything to do with

'protect shared workbook'!


Once you share a workbook the protect workbook functions get disabled and the protect structure options get ignored.
  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default How to Disable/Enable hide entire row ability



I wasn't referring to 'protect shared workbook'! You can apply sheet

protection to a shared workbook, which doesn't have anything to do with

'protect shared workbook'!


Hi Garry,

Won't this also disable the insert rows function? I need to be able to keep the ability to insert Rows and delete rows and just disable the hide row functions.
  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default How to Disable/Enable hide entire row ability


I wasn't referring to 'protect shared workbook'! You can apply sheet

protection to a shared workbook, which doesn't have anything to do
with

'protect shared workbook'!


Hi Garry,

Won't this also disable the insert rows function? I need to be able
to keep the ability to insert Rows and delete rows and just disable
the hide row functions.


Look at the options in the 'protect sheet' dialog to see all what you
can allow. Certainly 'anything' is possible if your project manages
data table rows/cols via VBA. This is how I handle protected sheets
because it ensures that when users insert/delete rows/cols the
worksheet's 'design structure' doesn't get 'broken'! Otherwise, if your
project's worksheets don't implement a 'design structure' then all bets
are OFF!

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


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
is it possible to disable the ability to save a file unless the u. AucklandAssault Excel Discussion (Misc queries) 2 November 8th 06 08:52 PM
Disable ability to Protect CLR Excel Programming 2 April 12th 06 05:14 PM
Hide Enable/Disable Startup Zurn[_29_] Excel Programming 4 February 21st 06 04:44 PM
Hide Enable/Disable Macro pop-up when file opens steve Excel Worksheet Functions 3 April 12th 05 04:50 PM
enable / disable macros Tiffany[_3_] Excel Programming 1 December 22nd 03 11:48 PM


All times are GMT +1. The time now is 06:01 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"