Massive Programs

Nine Zero

Well-known Member
Joined
Mar 10, 2016
Messages
625
Hello all,

I have been coding in VBA for a little over a year now and it is something i wish i would have learned a lot sooner. The current job where i work at now has a lot of user data entry and i have created some useful userforms and spreadsheets to help them out in their daily tasks.

My question is, is it worth my time to create something that does tons of things, links to many different locations, updates lots of files and much more?

I ask because due to this being macro based, i always have the fear of changing something that i shouldnt have changed in the first place and overwriting the wrong thing in a file and losing that input.

Should i perhaps educate myself some more in error handling or in verification perhaps?

Any input is appreciated as well as any examples of anyone's HUGE projects i would be interested in what others have created.

Thank you
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
My advice would be to be careful not to create anything too unwieldly, or recreate the wheel.

A lot of times when I hear things like this, my first thought is, it sounds like they are creating a database. While you CAN use Excel to do that, it is often very clunky and inefficient. There are better programs for that type of stuff, database programs like Access, SQL, or Oracle. A lot of the stuff that you have to create VBA code to do is basic functionality in these other programs )one such example is Forms, which are a big pain in Excel and actually very easy in Access, as fields can be automatically bound to fields, they don't need to be assigned via VBA). One big concern with Excel is it may become so big that it doesn't run anymore, or runs extremely slowly.

So my best advice to you is to program with the future in mind, and try to determine what programs will best serve that goal going forward (not just tomorrow, but in a few years).
 
Upvote 0

Forum statistics

Threads
1,223,793
Messages
6,174,635
Members
452,575
Latest member
Fstick546

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