• Subscribe
  • Submit an Article
  • Submit a Link
  • Home
  • Advertise
  • Links
  • Contact
  • About
Here is a simple way to make your Excel worksheet as a simple database. In our example, we will create a vendors table and we will use an Excel data entry form to allow user to populate the vendors table. Here's how to do it...Step 1: Create a new workbook. Rename the first worksheet as "Vendor". It will become the repository of the vendor information that the users will enter to our data entry form.Step 2: At the first row, enter the following...
Read More
Posted by Catholic Prayers on Sunday, May 25, 2008
This is an improvement of my previous post. It always happens to me that whenever I put a password protection in my Excel/VBA program, I need to hide to the regular users not just the confidential data or customized menu, but the password window also should not displayed so that they will not have the idea that the file has a confidential information or has features that they shouldn't see.This is a simple trick that I've been using for years. Open the program that we did in the last post and change code in Open event in the...
Read More
Posted by Catholic Prayers on Thursday, May 15, 2008
There are situations that you need to hide a customized menu or to make worksheets read only from certain users that need your Excel file for informational purposes only and they shouldn't mess around with the important or confidential data in the worksheets.This is the final post of the 4-part article about Excel Password Protection. We'll discuss here how to create a VBA program to make your worksheets and customized menu safe from unauthorized...
Read More
Posted by Catholic Prayers on Tuesday, May 13, 2008
I have to apologize that I put off the supposedly next password article for this one. I must discuss this one first because the next password article will need this program module routines. I will be discussing here how to create a customize menu that we can insert in the existing Excel menu. The menu can be used in your program applications in many ways so it is something that you should know when developing Excel programs.So let's get started to create our own customized menu.Step 1: Open you Excel file and run the Visual...
Read More
Posted by Catholic Prayers on Sunday, May 11, 2008
In our 2 previous posts, Excel Password Protection Part 1 & Part 2, we tackled 2 ways to protect your Excel spreadsheets. The first part was about protecting the Excel file itself. The second was about security at the worksheet level.We are now in the third part of Excel Password Protection series. It's time discuss how to give security to your valued source code. Here are the steps:1.) Open your Excel file with the VBA program. Load...
Read More
Posted by Catholic Prayers on Friday, May 9, 2008
In this second post about Excel Password Protection, we will discuss how to protect individual worksheet of an Excel workbook. There are many reasons why sometimes we need to password protect them but most of them are for keeping the content of the worksheet intact and unmodified, or keeping the confidentiality of the content, e.g. formula for profit margin, item cost, etc. from those who shouldn't be looking at them. Without so much bother,...
Read More
Posted by Catholic Prayers on Wednesday, May 7, 2008
One of my readers, his name is Stew, requested me to discuss about Excel password protection because I mentioned it in my last post entitled Advantages And Disadvantages Of Microsoft Excel Database Application. As I said in that post, there are many ways to protect your Excel file. I can not tackle everything in one post, so consider this as the first part of series of articles about Excel password protection. I put off for a while my topic...
Read More
Posted by Catholic Prayers on Tuesday, May 6, 2008
Yes, it is possible to make Excel as a database and be able to be a database application just like Access. I am sure that you won't believe me when I say that anything that you can do with a regular programming language is also possible with Microsoft Excel.But of course, there are advantages and disadvantages in using Microsoft Excel as database. What are the advantages?First and foremost, if you have the Microsoft Office in your PC, you don't need anything else to be installed in your computer. You are good to go and can start...
Read More
Posted by Catholic Prayers on Sunday, May 4, 2008

Followers