Microsoft Excel VBA Examples |
---|
The intent of this page is to show some useful Excel VBA (Visual Basic for Applications) examples that I have picked up in the process of creating my own applications. It is not intended that this page be "state of the art" VBA programming (for that I recommend microsoft.public.excel.programming) but just fairly simple subroutines that illustrate formats and how to use the syntax. Most of these routines I wrote myself, but some were "cloned" from other sources.Note: I have tried to make these subroutines as "vanilla " as possible, however some of the subs were copied directly from my applications. In those cases, you will need to substitute your own sheet names, range names, cell addresses, etc.
|