Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Shared Workbook with user code lookup to display sheets

I want to make a shared workbook that will have 100 tabs (each an
individual's timecard) which are all hidden on entry. Only 1 page visible,
HOME, where user inputs their social security number and either on enter or
click a lookup process happens to figure out which sheet to unhide. User
then inputs data, presses save and close buttons on sheet which hides tab
again and returns the user to HOME. On HOME there is a button that will
cleanup, make sure all sheets are hidden and exit the workbook.

And to make it harder, supervisors will need to have multiple sheets
unhidden so they can review them and approve.

thanks.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Shared Workbook with user code lookup to display sheets

Mark,
All that is possible with relatively simple coding. But you are asking a lot
of contributors to create it all for you.
If you made a start and came back when you have a specific question, others
would help.

Bear in mind :
- If you are searching by SSN, it would easier to name you worksheets with
this.
- You can generate/use a list of worksheets with :
Dim WS as worksheet
for each ws in worksheets
'do something
'e.g. If WS.name=SSN then WS.Select
next
- Excel security is, at best, a minor inconvenience for anyone with a minute
and a little curiosity.
If a user really should not see the others' information, don't include it in
the file.
Otherwise, expect that sooner or later, one of your users will have the
inclination to snoop.

NickHK

"Mark Warner" <Mark wrote in message
...
I want to make a shared workbook that will have 100 tabs (each an
individual's timecard) which are all hidden on entry. Only 1 page

visible,
HOME, where user inputs their social security number and either on enter

or
click a lookup process happens to figure out which sheet to unhide. User
then inputs data, presses save and close buttons on sheet which hides tab
again and returns the user to HOME. On HOME there is a button that will
cleanup, make sure all sheets are hidden and exit the workbook.

And to make it harder, supervisors will need to have multiple sheets
unhidden so they can review them and approve.

thanks.



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
Shared Workbook User had unsaved information disappear Aeryn635 Excel Worksheet Functions 1 January 15th 10 05:31 AM
Shared Workbook - User Not Logging Out John Excel Discussion (Misc queries) 0 February 6th 09 03:36 PM
Shared workbook: multiple user instances Mike G[_2_] Excel Discussion (Misc queries) 0 July 26th 07 04:56 PM
Shared workbook does not display data... Kevin B Excel Discussion (Misc queries) 0 September 6th 06 02:07 PM
Display differences in a shared Excel workbook on 2 or more PCs Fun_to_know Setting up and Configuration of Excel 1 February 4th 05 09:49 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"