Thank you so much for your reply Fumei. This is what I have so far. I'm afraid it's very rustic but does the job as far as looping through all the necessary table cells. But I don't know how to exclude Results.doc from the loop and I don't know how to add a 1 to the same cell address in...
I have a folder containing around 20 questionnaire documents. Each document contains an identical set of 3 tables with 7 columns. The first row and first column of each table are headers. The other cells contain letter Xs which the user has inserted in response to each question as shown in the...
Hi Guys
I have found it possible to insert an inline text box by adding an OLE control:
Selection.InlineShapes.AddOLEControl ClassType:="Forms.TextBox.1"
Is there a bit of VBA code that would change the SpecialEffect property to fmSpecialEffectFlat ?
It looks as if only pictures can be inserted inline with the text, and is not possible to do this with a text frame or text box. Oh well, many thanks SkipVought and Fumei for your help. I appreciate your time taken on this.
Cheers
Below is the code I use to insert a text frame in a Word document. In this example, the frame is positioned 60 points from Left and 40 points from Top. Instead of using Left and Top positioning, is it possible with VBA code to insert a text frame (or text box), where the cursor is currently...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.