Jump to content
[[Template core/front/custom/_customHeader is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

Learning Visual Basic


Big Country
 Share

Recommended Posts

So, my duties here at work may soon include maintaining some code we have writtin in Visual Basic, as well as writing some basic code (mainly setting up macros, etc. in Excel and Access to automate tasks and reports)

 

My experience has basically been limited to finding something onling similar to what I am looking to do and then playing with it until it works as I want it to (such as code for automatically coloring charts based on the series name, etc.)

 

Just curious what books I should consider that I could use as reference as my responsibilities in this area look to expand in the coming year. (And yes, my employers know I have no formal training or experience in this)

Link to comment
Share on other sites

So, my duties here at work may soon include maintaining some code we have writtin in Visual Basic, as well as writing some basic code (mainly setting up macros, etc. in Excel and Access to automate tasks and reports)

 

My experience has basically been limited to finding something onling similar to what I am looking to do and then playing with it until it works as I want it to (such as code for automatically coloring charts based on the series name, etc.)

 

Just curious what books I should consider that I could use as reference as my responsibilities in this area look to expand in the coming year. (And yes, my employers know I have no formal training or experience in this)

 

Since I'm having such a hard time finding work, I figgered this would be a good time to work on getting my Microsoft certs in VB. I know just a little bit about this stuff.

 

There are several flavors of Visual Basic. Currently VB .NET is the big dog. There is legacy code written in VB 6.0 as well as the marco portion of things written in VBA (Visual Basic for Applications). They are all pretty much the same yet they vary in subtle and not so subtle ways. In other words, to say that one is a subset of another is almost completely but not quite entirely true. You'll first want to figure out which flavor was used to build the code that you have to maintain and focus on that version.

 

I've found that things published by Microsoft press are generally really good for studying for their exams, but not so good in the real world. The current books put out by WROX are about the best when it comes to real world coding. The one thing you absolutely want to do is to get on the microsoft newsgroups. They are located at news://msnews.microsoft.com They have several specific to all the VB and (perhaps more importantly) associated topics such as the Win32 API. MS engineers are encouraged to spend some time there answering questions so if you've come up against something its most likely already been answered there.

 

You can also feel free to ping me with any questions you may have.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information