Paul Wakefield
New Member
- Joined
- Sep 11, 2002
- Messages
- 40
Hi,
I have a Workbook_open procedure which applies .Protect userinterfaceonly:= True to every sheet in the Workbook.
However there are a couple of routines - notably Range("xxxx").ClearContents where the macro falls over complaining that the sheet is protected.
Are there any restrictions on UserInterfaceOnly or am I misunderstanding its use?
Paul
I have a Workbook_open procedure which applies .Protect userinterfaceonly:= True to every sheet in the Workbook.
However there are a couple of routines - notably Range("xxxx").ClearContents where the macro falls over complaining that the sheet is protected.
Are there any restrictions on UserInterfaceOnly or am I misunderstanding its use?
Paul