Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vba

Return array of objects from function - VBA

arrays vba excel function

How to check if object supports method in vba?

VBA - replace characters in string

vba excel replace

Excel date changed (month and day swapped) after reading and writing with VBA

excel vba date formatting

Application.OnKey Fails to Reset Properly

vba excel

Userform with Excel 2018 for MacOS

Input box Compile Error

Remove Hebrew vowels (nikkud) from selected Unicode Hebrew text

regex vba unicode ms-word hebrew

Report connections for Pivot table slicer doesn't show all pivot tables?

excel pivot-table slicers vba

VBA Excel file size containing multiple pivot tables is huge

excel vba

Why do some classes have an "I" in front of their name?

vba

Dynamic Column Index Name Error in Formula

Excel: list ranges targeted by INDIRECT formulas

excel vba

Is there a way to execute VBA code when specific tables and fields in a Microsoft Access database are updated?

ms-access vba

How-to: Run existing Word VBA Macros from C# Ribbon Addin

c# vba vsto ms-word

With ADO, how do I call an Oracle PL/SQL block and specify input/output bind variables (parameters?)

oracle vba ado

Copy an entire row from one sheet to another based upon a single word, within a paragraph, inside a cell

excel vba

Returned Recordset is closed (mysql DB accessed via ODBC in VBA)

mysql excel vba

Variable argument list with Visual Basic? [duplicate]

vba dll variadic-functions

"Do While" "Loop" and "While" "Wend" Loop. What's the difference?

vba excel loops