A word is a string of characters. A `word` may also be a fixed size group of bits, generally in multiples of 8, that are handled as a unit by a processor architecture. Questions regarding Microsoft Word should use the "ms-word" tag.
0
votes
0answers
2 views
VBA in Word 2010: how do I fix the relative position of a TextBox?
Writing VBA in Microsoft Word 2010 (no-one's favourite job). I'm trying to fix the vertical position of a textbox to a location in the document, so that as text is added before, the text box retains ...
0
votes
0answers
3 views
Apply a Word Quick Style Set to an old document
I created/saved a Word Quick Style Set. I applied the set to different documents, old and new, and it seemed to work just fine.
Then I installed the Quick Style Set onto a second computer. (I also ...
0
votes
1answer
20 views
Hide AutoExec() and AutoNew() macros from the macro list yet still have them run?
I'm trying to keep certain macros running when Word fires up or opens another document, but I want them removed from the list of macros the user can access (alt+f8).
I've tried adding 'private' ...
-1
votes
0answers
7 views
Macro to export MS Word tables to Excel sheets Run-time error
Saw this thread on how to export Word tables to Excel. Created a module, but when I run the macro, I get this error:
Run time error 1004: Method ‘GetOpenFilename’ of object ‘_Application’ failed
...
1
vote
1answer
7 views
Drawing in Word 2007 - where mouse cursor icon disappeared? [closed]
Drawing in Word 2007 - where mouse cursor icon disappeared ?
It's here on the left in Word 2003...
http://officeimg.vo.msecnd.net/pl-pl/files/018/219/ZA001148935.gif
0
votes
2answers
15 views
how to use wordpress “Post Views Count” plugin?
http://wordpress.org/extend/plugins/baw-post-views-count/screenshots/
i'm installed and active "Post Views Count" plugin but when i'm use shortcode [post_view] like this, it's doesn't woek....
...
0
votes
0answers
22 views
OpenXml Save Excel Embeded Object in Word c#
I am trying to open an excel table, which is embeded in an word document.
As it is stored in binary data i read it from stream and get it. In the excel table and in the word document are some values ...
-1
votes
2answers
29 views
Convert docx to clean html [closed]
I want to convert docx files to clean html file.
I tried abiword and libre office with command prompt.
Libre office can't convert as CLEAN html. Abiword can't convert tables.
can you suggestion any ...
0
votes
0answers
12 views
Word document textbox
I have a word document with some textboxes(Microsoft word 2007).When I print the document,i have to remove the borders And after printing,I have restore the borders to be black.
I am using VBA code.I ...
0
votes
0answers
12 views
Word Template Field how to add repeater data which field should i use?multiple?
Which word field should i use for displaying repeater data? because it can be more then one i cannot use mergiefield?
I have this code
for (int i = 0; i < RepeaterAssigments.Controls.Count; i++)
...
0
votes
0answers
23 views
Start or begin edit office document event in .net
Is there an event or function in Word, Excel and PowerPoint which can give me an information that document content has been modified.
Is there a possibility to handle event "OnBeginEdit" or ...
-2
votes
0answers
32 views
Producing Data from Excel to Word
I have a list of flights and times and destinations on my spreadsheet in Excel. But what i need to do is link this data to word( I have a userform in word that will display the available flights when ...
0
votes
0answers
12 views
add template to Microsoft.Office.Interop how to deside were the text should render in the template
I have a template right now but the text that i am rendering to the template are not styles were i want the text to be,
object missing = Missing.Value;
object start1 = 0;
...
0
votes
0answers
3 views
Word automation in IIS
I built a system which uses Microsoft Word on server side to parse my client word files.
I used mmc -32 to setup properties of Microsoft Word component.
In the identity tab, if I select interact ...
0
votes
1answer
14 views
replace headings in a word document
I am looking for a macro or way to replace all headings in a word document with one numeric value so that every heading at every level gets replaced with same numeric value.
Can anyone help?
0
votes
0answers
27 views
how to write rich text in word document through VBA Code
I am using clipboard object to write rich text in word doucment(MS Word 2003) thr'
Microsoft Access 2007 VBA code. sample code as follows,
lRtf = RegisterClipboardFormat("Rich Text Format")
...
0
votes
0answers
17 views
Replace headings in Word document with a unique numeric value
I have a huge Word document. I want to replace all of its headings with a unique numeric value, say, 10001,10002,10003, and so on. So maybe the heading is h1 or h2 or h3 or h4 or other higher levels, ...
1
vote
0answers
15 views
Find and replace specific characters in Word headings
I have a huge size word document (32MB). All I want to do is to find and replace the following characters with something (say space or nothing, that is remove them) but only in all the headings (h1 to ...
1
vote
1answer
27 views
Can I font format the output of a word macro?
I have a document with comments on a long interview transcript. I found a Macro on SO that let's me export those comments with the highlighted text. This is awesome but the output is terribly dull ...
0
votes
0answers
16 views
Attempting to Clear Form Fields in VBA
I am looking for another way to reset a form, as the way I presently have is causing a nested if statement i have to check the form before copying to have an error. The way I presently have the form ...
-1
votes
0answers
18 views
Word: Find Paragraph break before Style [closed]
In Word 2007 and higher, I need to remove the carriage returns (^p) between Foo and Bar, but not after Bar.
For example:
Heading 1
Foo
Bar
Heading 1
Foo
Bar
If I remove the ^p (AKA ...
-1
votes
0answers
39 views
C# listView add element
A have problem with add element to my listView.
I have Form1 with:
private void button1_Click(object sender, EventArgs e)
{
DodajWindow Dodaj = new DodajWindow();
...
0
votes
2answers
37 views
PHP xPath docx parsing [duplicate]
I am trying to open up a Word 2007 document (docx), I unzip it successively but I am having an issue with the xPath portion of the code. I want to iterate each element and grab the text within the ...
-1
votes
0answers
18 views
Microsoft Word - always show cursor position? [closed]
I have a voice recognition program that is able to dictate into Microsoft Word, even when Word is not the 'active' window from the OS point of view (example, you have word open, are dictating, and ...
1
vote
1answer
43 views
c++ program that finds a type of char* word in a char* array
I have a program which search through an array to find a word match
char *mywords []={"Dog","Cat","etc"};
string search;
cout<<"enter a word to search"<<endl;
cin>>search;
for(int ...
0
votes
0answers
16 views
inserting a line break into MSWord with c# and openxml v1.0
our project is running .NET 2.0 so unfortunately i cannot use the new openxml sdk's.
i am trying to insert some text with a line break as such:
string WordprocessingML = ...
1
vote
1answer
33 views
How do I Embeded an Chart in a Specific Cell in a table in MS Word with VBA
I am trying to embeded a chart in a specific cell in a table. The only way I have been able to get it to work is using selection.cut and paste. This doesn't work after second and third run. This what ...
1
vote
1answer
39 views
Error with Range
So I've created a table that the user can fill out a form. They select a button that copys the entire form onto the clipboard. However, I would like the form to disable copying if they do not fill out ...
0
votes
0answers
22 views
Pasting clipboard into excel from word macro
I am trying to paste the clipboard into an excel sheet from a Word document macro.
This should be easy, I'm not making it so.
I'm pasting the clipboard because I need to copy the entire source Word ...
2
votes
1answer
34 views
Get file path of selected image in Word macro
I have a Word document that contains several images. The images are located on the hard drive in a sub-folder and they are linked into the Word document.
I would like to select an image and execute ...