![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Location: Paul
Posts: 34
|
Hi All
I currently have a worksheet with 300 rows of data, one line per customer. I would like to e-mail this to each customer, restricting their access to the row relevant to their organisation. They must not have access to other rows, nor must any solution be easily circumvented. Any thoughts on how this process can be automated?? Many Thanks Cheers - Paul |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Location: Cincinnati, Ohio, USA
Posts: 6,824
|
Give the sheet a coded name, make it invisible, give your customer a password or id, associate this number with the row they are to have access to, create a userform which will prompt them for the password, return the row of data however you wish.
Make sure the project is locked for viewing. Seems like a lot of work for 300 rows? Have you considered other alternatives or are there litigating circumstances here? Tom |
|
|
|
|
|
#3 |
|
New Member
Join Date: Mar 2002
Location: Paul
Posts: 34
|
Thanks Tom
How do I lock a project for viewing? Cheers - Paul |
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Mar 2002
Location: Cincinnati, Ohio, USA
Posts: 6,824
|
In VBA development environment
Tools, VBA Project - Project Properties, Protection, Check "Lock for Viewing" Enter a password Have Fun! Tom |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|