vba

Visual Basic for Applications (VBA) is an implementation of Microsoft’s event-driven programming language Visual Basic 6 and its associated integrated development environment (IDE), which are built into most Microsoft Office applications. VBA enables building user defined functions, automating processes and accessing Windows API and other low-level functionality through dynamic-link libraries (DLLs). VBA uses the Visual Basic Runtime but can only run code within a host application. It can be used to control one application from another via OLE Automation.

integrating ms office and wordpress with vba and xml-rpc

Okay. Yesterday I made some basic stuff to grab my WordPress blog data with visual basic for applicationsn cos I don’t feel like programming php admin pages for tables. So let’s make a basic xml-rpc crud plugin and put my agenda on vba remote control. The basic xml-rpc plugin is simple, plug extra methods into […]

integrating ms office and wordpress with vba and xml-rpc Read More »

Scroll to Top