I have a document (called say C:\Main.doc ) which has several paragraphs. The first two words of the paragraph (which are always on the first line of the paragraph) are the first and the last names...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23509094.html
I need help writing a macro that will
1. Go to the Top of the Current Document and enter the following
Summary 25 June 2008
The Macro will then select the whole of the document
Create a New...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23515833.html
Could someboy please help me write a Word Macro that will remove all the double paragraph marks (^p^p) from a word document. I do not want to use For Next approach as I do not know how many times I...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23519746.html
I would like to write a macro which when run will email the current (activedocument) to a predefined email address (such as mr.abc@btinternet.com)
I have made a simple macro which I include at t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23522231.html
I need help in writing a Word Macro that will sort all the paragraphs in a document on the basis of the text in the last line of the paragraph. The paragraphs in my documents have multiple manual l...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23523787.html
I need help writing a macro that will be stored and run from a source dcoument (C:\My Documents\Source.doc) and this macro will open a previously saved document (C:\My Documents\Target.doc) and mak...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23540864.html
This is actually a question related to one of my earlier questions which was posted here:
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23509094.html
The question and its s...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23551750.html
I need help for code to be used in a form. This form will have three text boxes on it with the names TextBox1, TextBox2 and TextBox3 and a Button named CommandButton1. What I would like this form t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23560746.html
I need help with writing a word Macro that will print only the Odd Pages of a Word Dcoument in Reverse Order (that is it will print the last page of the document first and the first page last). Tha...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23671526.html
I would like to have a macro that will count the number of times a partiuclar word (or a phrase) occurs in a word document and then assigns that number to an integer variable. For example if this m...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23708998.html