error using userinterfaceonly

L

lieven

Hi,
i have protected my sheets using Userfaceonly:=true (in workbook open event
procedure).
Some subs trying to copy ranges from one sheet to another keep getting an
error that i should unprotect my sheets first. I think this must be some kind
of bug resetting the userinterfaceonly argument to false since nowhere in my
code this property is changed or protection is changed. Has anyone
experienced this kind of behaviour ?
 
J

Jim Rech

The Userfaceonly 'feature' wasn't implimented perfectly by MS. I use it and
test my code. If it runs, great, if not then I have to turn protection off
and on.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top