Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here is my goal. I have a form which is non modal so that users can
select cells from a chosen worksheet. Users should only be able to chose cells from that worksheet. Therefore I want to take away the ability to change worksheets while that form is displayed. What I have tried. I figured maybe I could disable the tabs... Application.CommandBars("Workbook tabs").Enabled = false But this seems to have no affect on anything. So I resorted to hiding all of the other worksheets during the form, and redisplaying them after. Is there another way? Should I be able to disable the tabs? Thanks. Please also kindly respond to my private email if you can. -Ew |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Prevent wandering users | Excel Discussion (Misc queries) | |||
How do I prevent users to delete a worksheet, but allow to edit? | Excel Discussion (Misc queries) | |||
prevent users from overwriting other users data | Excel Worksheet Functions | |||
MACRO OR VBA CODE TO PREVENT USERS FROM PRINTING THE CONTENTS OF A WORKSHEET? | Excel Programming | |||
Prevent users from using AutoFilter | Excel Programming |