At work, I work closely with MS-Office. I managed to create several scripts that perform various tasks. Although I can transfer functions to VBA with some difficulty, I do not fully understand the basics of the VBA language.
Elements for which I am looking for basic syntax and examples include: "hello world", loops, flow control, variable declaration, variable type conversions, objects (if possible), file / user input / output, when the block is "c" can be used etc.
Can someone provide me with a link to a VBA tutorial, perhaps with details of the points above?
source
share