What are the FREE websites for VBA version 7 for Office 2007?
Google lets us down with a lot of payed spam with "the best of the best of the best" tutorials EVER.
I have the experience with programming from C#, .NET, Object Pascal, PHP,.. It will not be for a beginner, rather the intermediate in the field. Explaining what Hello World is not necessary; I don't mind to go through that if the Tuts are really good in the end..
Please, advise.
For flamers: we all know what "free" would mean to google and websites (demos...)
I've just completed a comprehensive free online tutorial at enter link description here. It starts with the basics, but you can choose where you join in (so you'll find everything from recording macros through to creating classes). It's based on nearly 20 years of experience of running training classes in Excel VBA.
I found a good tutorial here.
Its was good enough to get started on Excel VBA.
And as chris neilsen said, macro recorder is quite helpful...especially if you want to use one of those nifty functions(e.g. text to columns or remove duplicate entries) via macros.
In my experience the best tutor in VBA is practice! With experience of the languages mentioned you will have a reasonable base programming knowledge. Learning VBA for Office is mostly about getting to grips with the Office Object Model.
use the macro recorder
study the object model
think laterally (I must confess, the object model doesn't always make sense, but it does usually work!)
note the use of the word 'usually'
try solving real problems
when in doubt, search SO