Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I force a person to log on or sign on before they can use a tab or spreadsheet. I'm using excel as a cost/price calculator for my customer service people. I want to be able to identify who is using the sheet, at what time and to show customer service reps name on a quote sheet so as to identify them as the person doing the quote for the customer. Can anyone help?
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
though you could mimic this with VBA IMHO Excel is not the right tool for this as for example if the user disables macros this won't work anymore -- Regards Frank Kabel Frankfurt, Germany "rnieland" schrieb im Newsbeitrag ... How can I force a person to log on or sign on before they can use a tab or spreadsheet. I'm using excel as a cost/price calculator for my customer service people. I want to be able to identify who is using the sheet, at what time and to show customer service reps name on a quote sheet so as to identify them as the person doing the quote for the customer. Can anyone help? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have almost the same problem. I solved it like this: I hide the sheet where the input comes (xlVeryHidden) and use a startup-sheet. If people disable macro's, they only see the startup, if they enable macro's, I popup a form (workbook.open event) and after the password, I unhide the sheet with data. You can then store a username in a log-sheet. Regards, Jos Vens "rnieland" schreef in bericht ... How can I force a person to log on or sign on before they can use a tab or spreadsheet. I'm using excel as a cost/price calculator for my customer service people. I want to be able to identify who is using the sheet, at what time and to show customer service reps name on a quote sheet so as to identify them as the person doing the quote for the customer. Can anyone help? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Security | Excel Discussion (Misc queries) | |||
Security Issue: Data Connections Disabled | Excel Discussion (Misc queries) | |||
Excel 2002 Security Issue | New Users to Excel | |||
Sheet construction on server security issue | Excel Programming | |||
macro - security issue | Excel Programming |