Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vba

How to generate md5-hashes for large files with VBA?

vba excel hash

VBA data validation with user defined function

excel vba

Themed Chart Styles for Excel charts using VBA

vba excel charts

In Excel VBA how to persist key variables over a 'state loss' (without writing to a cell or a file)?

vba excel com-interop

Selection command changes to lower case in VBA

excel vba selection vbe

What's the difference between CommandBarEvents.Click and CommandBarButton.Click in VBE?

vba events vb6 vbe vbide

VBA Word: Difference between Font.TextColor and Font.ColorIndex?

vba ms-word

VBA - Create empty array [duplicate]

arrays vba

How to obtain EXIF info from picture in an excel worksheet using VBA

excel vba

Insert Specific Number of Rows

vba excel rows

How to add a description to an Excel AddIn

vba excel

Apply VBA macro to multiple cells

vba excel

Excel macro to insert carriage return

vba excel carriage-return

Excel VBA: Workbooks.Open returns the wrong object [closed]

vba excel

Quickly remove unnecessary whitespace from a (very large) string

VBA to extract value from span class

html excel vba web-scraping

How to specify what worksheet to use with find/with

excel vba

Detect the language in which Excel is setup and show it in a cell of the file

excel vba excel-formula

How can I iterate over an array and populate some cells with 1 if the array contains the value, and 0 if not ,in VBA or Excel?

How do I retrieve Visio custom shape information with VBA