Most of the sample code I publish is in VBA because that is by far the best place to test things out: it's part of Inventor, it has intelli-sense, lets you step through code, you can place break ...
VBA-code for fast transformation of Excel-cells with rich text formatting (RTF) into html. This vba-Script transforms the internal XML-represenation of Range-content (via .Value(11)) via XSLT to html.
Here's an odd one that I haven't been able to figure out.<BR><BR>I have an MS Word doc that has HTML tags in it - <em></em>, <strong></strong>, stuff like that. I ...
Microsoft gaat het moeilijker maken voor Office-gebruikers om gedownloade Visual Basic for Applications-macro's uit te voeren. Gebruikers krijgen te zien dat de macro's zijn geblokkeerd en uitvoeren ...
Microsoft gaat macro's in Office-software op termijn toch blokkeren. Het bedrijf kondigde eerder aan dat te doen, maar draaide die beslissing vervolgens weer terug. Nu zegt het na feedback van ...
Here is a common question we get through ADN support: I ported our existing VBA extension for AutoCAD to Windows 7 64 bit. After installing the VBA enabler and changing the COM references to the new ...