weight gain 2000,
In my opinion, your friend really needs to take one or two
introductory courses at a community/technical/undergraduate
college.
The courses should cover the fundamental concepts of program
design and development that are common to all programming
languages:
Algorithms
Variables
Sequence
Selection
Repetition
Code organization using procedures
Elementary data structures, such as arrays and structures
Code organization using classes and objects
Collections
I think an introductory course in database design is also very
important, even for experienced programmers who need to design
a database structure as part of their coding projects.
With this fundamental background as context, it might then be
possible to pick up specific Visual Basic skills from a book.
Kerry Moorman