Let’s say you don’t have many folders to create with VBA and Excel, but the opposite case. That is, there
Read moreTag: Excel
VBA convert Boolean/Bool to String
If you program with VBA to make certain tasks in the Microsoft Office world easier, you can’t avoid the fact
Read moreExcel search from bottom to top (backwards search)
Excel permeates our everyday office life and is often used to manage data and long lists. These lists and tables
Read moreVBA read PDF
With VBA you can write many helpful macros to automate work processes within Microsoft Office. A very useful function would
Read moreVBA Excel format as currency
VBA has become a pleasant helper within my office routine to automate many things in the Microsoft Office world. Sometimes
Read moreVBA Excel format cell as date
If you work a lot with VBA, you can make a lot of work easier for yourself in office programs,
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 function to open a form (UserForm) in Microsoft Office
If you want to simplify your daily work with VBA scripts, you can also create one or the other form
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