Don't switch to VB from Excel just yet.
Hi Melissa,
If your main problem is preventing users from seeing the Excel VBA code, you can password protect the modules. Here's how you do it:
Quote:
In the Excel VBA Editor Window, select Tools...VBAProject Properties. Then Click on the Protection Tab. Put a check by "Lock project for viewing" and type in a password. Click OK.
Now your VB-Excel Code is password protected! In order to test if it worked, save and close the workbook, open it back and try to look at the Code.
Hopefully, this will save you from having to try to read the Excel data into VB.
All the best.