Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
tim tim is offline
external usenet poster
 
Posts: 105
Default UserForm only

Hello All,

I developed a worksheet with a few userforms and some
buttons. I would like the user to only use the forms and
buttons to perform any operations on the sheet. For
example, to print or save, I have buttons. The print
button sets the print area etc. For the most part, the
users are very computer illiterate, so they use only the
buttons I created. I would like to take all options,
other than my control, away from the user. Can this be
done?

Thanks for your help
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default UserForm only

You could lock all the cells and protect the sheet.

You need to have your code protect the sheet and set the UserInterfaceOnly
property to true so your code can still work on the sheet. See the help on
the Protect method for details.

--
Regards,
Tom Ogilvy

"Tim" wrote in message
...
Hello All,

I developed a worksheet with a few userforms and some
buttons. I would like the user to only use the forms and
buttons to perform any operations on the sheet. For
example, to print or save, I have buttons. The print
button sets the print area etc. For the most part, the
users are very computer illiterate, so they use only the
buttons I created. I would like to take all options,
other than my control, away from the user. Can this be
done?

Thanks for your help



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
userform carwincarber New Users to Excel 0 October 23rd 05 06:59 PM
Access from add_in userform to main template userform.... Ajit Excel Programming 1 November 18th 04 05:15 PM
Linking userform to userform in Excel 2003 missmelis01 Excel Programming 2 August 27th 04 08:07 PM
Userform inside another userform Ryan Excel Programming 0 April 23rd 04 08:01 PM
UserForm Gabriel[_2_] Excel Programming 0 July 28th 03 04:40 PM


All times are GMT +1. The time now is 03:11 AM.

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"