Conceptual/Design Help required

paulyf

New Member
Joined
Mar 27, 2002
Messages
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
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
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
 
Upvote 0
In VBA development environment

Tools,
VBA Project - Project Properties,
Protection,
Check "Lock for Viewing"
Enter a password

Have Fun!
Tom
 
Upvote 0

Forum statistics

Threads
1,213,486
Messages
6,113,932
Members
448,533
Latest member
thietbibeboiwasaco

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top