Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

VBA Macro to save an excel file to a different backup location

vba excel excel-2007

Is there a universal way to get a nice textual representation of a variable in VBA?

vba

VSTO in VBA: AddIn.Object returns Nothing (null) sometimes

c# vba .net-3.5 vsto excel-2007

Excel-VBA Named range row sum

vba excel sum named-ranges

How do I increment cell in Excel VBA script?

vba excel excel-2007

How can I programmatically import Excel data into an Access table?

excel ms-access vba

Merging PDFs programatically while maintaining the "Combine files..." bookmark structure?

c# pdf vba batch-file excel

VB: What is missing in scripting host while it is present in "full" VB?

changing a URL for Excel Web Query

vba excel

How to remove a Word.Selection?

vba outlook ms-word vsto add-in

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

mysql excel vba

VBA Excel Button resizes after clicking on it (Command Button)

excel vba button resize

Getting the number of filled cells in a column (VBA)

vba excel

Variable argument list with Visual Basic? [duplicate]

vba dll variadic-functions

VBA - Select columns using numbers?

vba excel

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

vba excel loops