VBA can be a great helper in the Microsoft Office world for automating everyday tasks, for example automatically saving file
Read moreTag: Access
VBA Replace String, Text (Replace Function)
VBA is wonderful for automating various things in the Microsoft Office world and creating some nice tools for working more
Read moreVBA Check whether a folder/directory exists (FolderExists)
VBA is very well suited for getting rid of certain annoying tasks under Microsoft Office and limiting one’s productivity to
Read moreVBA Outlook macro: Automatically move e-mail to another folder
To simplify and speed up the work with many mails, it is advisable to insert a few automatisms. This is
Read moreVBA comment multiple lines
Anyone who programs a lot in the Microsoft Office area with VBA and uses the associated VBA editor also wants
Read moreVBA: button change font size
This article shows how to change font size of a button (CommandButton) in a VBA form. This can be done via the properties window.
Read moreVBA: Multiline Textbox
If you work a lot with Microsoft Office, you can use VBA to make many tasks easier. Sometimes you need
Read more