Posts tagged: vba

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.

how to get bing api search results in MsOffice VBA

For the loyal VBA fans a quick snippet to grab search results from Bing in Access or Excel. There are few articles on the web about that, and that is a shame. So lets add some content on it to … Continue reading

Posted in bing, seo, seo tips and tricks, serp, tool | Tagged , , , | 1 Comment

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 … Continue reading

Posted in juust, wordpress, xml-rpc | Tagged , | Leave a comment