New posts in vba

How to save Visio macro as add-in

How can I use VBA to turn a file name into a date time code? (11-25-21 1530 to 11/25/21 15:30)

Faster way to remove 'extra' spaces (more than 1) from a large range of cells using VBA for Excel

How to compute the number of occurrences of a string in the entire workbook?

Search as you type with MS Access Combobox

How to make safe API Timers in VBA?

Find blocks with the same format with the find and replace function in MS Word

Find all instances of a text and make it a hyperlink with a macro

How to copy a chart from Excel to PowerPoint?

VBA - Update Other Cells via User-Defined Function

Turn Excel range into VBA string

Create a new object using the text name of the class

Range() vs Cells() vs Range.Cells()

Use of symbol # (hash) in VBA Macro

How to loop through all controls in a form, including controls in a subform - Access 2007

VBA shorthand for x=x+1?

Making VBA Form TextBox accept Numbers only (including +, - and .)

How to break long string to multiple lines

Programmatic Access To Visual Basic Project Is Not Trusted

How to detect if user select cancel InputBox VBA Excel