Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default Password concern

I have code on my Sheet that allows the user to Add or Delete rows. Since
parts of my Sheet are protected, so I use something like...

ActiveSheet.Unprotect Password:="xyz"
do Adding or Deleting Row stuff here...
ActiveSheet.Protect Password:="xyz"

This actually works fine. Anyone who hits Alt F11, though, can see the
password. Is there an easy way to avoid this without getting into a lot of
high-level security that, I'm sure, would be beyond me!

Thanks
Victoria

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
Offset concern Bri[_3_] Excel Programming 4 March 29th 06 10:04 PM
Header concern Bri[_3_] Excel Programming 3 March 12th 06 03:45 AM
Page Header concern Bri Excel Worksheet Functions 3 January 30th 06 03:28 PM
sorting concern Giselle Excel Worksheet Functions 2 January 27th 06 06:08 PM
hidden column concern Bri Excel Worksheet Functions 3 January 23rd 06 04:26 AM


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