Originally Posted by Harsh Gupta
Instead, read a good book by Microsoft (probably VB programming by Balena), and start making small useless things on VB. start from basic data types like integer and single and using for-loop, while-loop, select case etc (using the book). then proceed onto complex data types like strings and perform same operations (seriously strings are things which can take the hell out of you).
then proceed on to making different modules, class modules, dll files, user control, add-ins etc. and soon you are good enough to make sensible projects.