Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vba

What are .NumberFormat Options In Excel VBA?

excel vba

Levenshtein Distance in VBA [closed]

How to find if an array contains a string [duplicate]

arrays vba substring

What does the Excel range.Rows property really do?

vba excel ole-automation

Determining the full type of a variable

vba excel

How can I color dots in a xy scatterplot according to column value?

vba excel charts excel-formula

Read/Parse text file line by line in VBA

excel vba

Is it possible to write Excel VBA Code in Visual Studio

vba visual-studio excel

Is it possible to declare a public variable in vba and assign a default value?

Creating an Array from a Range in VBA

arrays excel vba range

Protecting cells in Excel but allow these to be modified by VBA script

vba excel

Rounding a number to the nearest 5 or 10 or X

vba rounding

Excel: the Incredible Shrinking and Expanding Controls [closed]

How can I find last row that contains data in a specific column?

excel vba

Alternative IDE for VB6 and VBA [closed]

vba vb6 ide vbe

How to activate a specific worksheet in Excel?

excel vba

How to check for empty array in vba macro [duplicate]

vba excel

Why cells(1,1) = 500 * 100 causes overflow but 50000*100 doesn't?

excel vba

How to use the Implements in Excel VBA

excel vba interface

How to clear the entire array?

arrays excel vba