Hi Experts,
I have a long VBA macro I'd like to run on lots of Word documents all of which will be in one folder. I want to set it up to run while I'm at work and when I return it will (hopeful...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Word/...
Hi experts,
I'm using a VBA macro to collect information on the paragraph style. It uses a line like this:
Dim para as paragraph
Dim strStyle as string
Dim arrStyles() as string
Dim i as ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_22894656.html
Hi Experts,
I'm working on a VB6 / VBA add-in. As part of that, I need to change the case of a range of text. For instance, the range "the quick brown fox jumped" will become "THE QUICK BROWN ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23078285.html
Hi Experts,
I want to use a checkbox-tree control in a VBA / VB6 Word add-in. Does anything like this exist for VBA / VB6?
http://www.javaworld.com/javaworld/jw-09-2007/images/checkboxtree...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23119219.html
Hi Experts,
I'm testing a Word add-in with a script that runs it for lots and lots of documents. It does it like this:
Dim fso As Object, fld As Object, fil As Object
Dim WasOpen As Boole...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23133622.html