The vba tag has no wiki summary.
1
vote
1answer
101 views
Enterprise application with lots of SQL queries
Context:
I'm working on a fairly large Access database (which I inherited) that has its interface and tables separated. In order to make this work together, we have a lot of SQL queries (dozens). ...
-1
votes
2answers
220 views
What's the difference between VBA and VB Script? [duplicate]
I need to get VB Script training so I think it's a good start point.
1
vote
3answers
403 views
Query regarding VBA as career option [closed]
I am a dot net developer, with over 7 years experience in VB, Vb.net, C# and Asp.net.
Would it be worthwhile to learn VBA/VSTO? Would it be adding value to my career?
Would there be any companies ...
-2
votes
3answers
177 views
Which programming designs leads to more problems?
As a fresh programmer, one of the first thing for me to learn was to learn language and its syntax. Now my next training issue is to design my code heirarchy in such a way it is simple to maintain ...