 |
Creating a "database" with excel with VBA Userform - Stack Overflow
Most of your code uses a variable called data_base, but at the end, your code sets the range to a previously-unused variable database. This is why you should always use Option Explicit. – Rachel Hettinger Nov 12 '13 at 20:24
stackoverflow.com |
 |