VBA is often used to automate routine tasks and make everyday life easier. You can also make your life easier
Read moreTag: Programming
VBA Outlook: Set or change font and font size of an email
VBA can be used for wonderful work simplifications in the Microsoft Office world and one can only hope that Microsoft
Read moreLazarus: MySQL error “libmysql.dll” missing
Access to MySQL databases with Lazarus.
Read moreVBA Outlook: Set cursor to specific position in e-mail
VBA is wonderfully suited to automating certain work processes in the Microsoft Office world and thus keeping daily tedious work
Read moreRegex for email
Regex expressions (Regular Expression) are a very handy thing to find a text with a certain pattern within another text.
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: Get date and time from Outlook e-mail
VBA is very useful for automating daily, recurring tasks. If you use VBA in the context of Microsoft Outlook to
Read moreVBA: Read out folder and directory names and list in Excel
Let’s say you don’t have many folders to create with VBA and Excel, but the opposite case. That is, there
Read moreVBA macro: Automatically add a file attachment to an e-mail message
You can speed up the process of adding an attachment to an e-mail in Microsoft Outlook by using a suitable
Read more