| Thread | Last Post | Replies |
|
| macro for PasteSpecial Unformatted | 20 Jun 2005 18:18 GMT | 4 |
I've tried to create a macro for paste-special -- unformatted. I used the "record new macro" option, but this is what my macro looks like. What do I need to put instead of "(wdPasteDefault)"? Sub UnformattedPaste()
|
| Generate answer list for book of multiple-choice questions? | 20 Jun 2005 17:36 GMT | 4 |
Working on a multichapter book containing questions (several thousand multiple choice, true/false) with the last chapter listing the answers. TOC and page numbering are provided by a master document. Am looking for a way to record the answer with the question for safekeeping
|
| Saving Files | 20 Jun 2005 17:26 GMT | 2 |
I have many files I open and save daily. Is there a way I could get the file to save automatically and close each time. The name of the file is not important. I just need it to save and close. Thx :)
|
| Visual Basic outputs into new blank document | 20 Jun 2005 16:18 GMT | 4 |
I saw this macro in another answer. What if I want this macro to list the bookmarks in a new blank doc instead of printing it out? What would I need to change the ".printout" to? Thanks,
|
| How can I play an embedded wave file in Word 2003 using VBA? | 20 Jun 2005 14:15 GMT | 4 |
I'm trying to make a document with embedded wave audio to get feedback on the sounds. Unfortunately I cant seem to find out how, in Word, to get the object name for an embedded ojbect. It's easy in PowerPoint, but I catn find anything similar in Word. Help! :)
|
| Mail Merge | 20 Jun 2005 12:34 GMT | 2 |
I hope someone out there can help me. I'm busy with a POC which requires an Email mail merge via Word with the Email addresses for the recipients coming from a table within a MS SQL database. I attempted to record a macro, this initial attempt to record the macro was
|
| Size limit for item in the Document.Variables collection | 20 Jun 2005 12:33 GMT | 3 |
Is there an upper limit on the size (ie length in bytes) of a string I can insert into a document variable? Thanks, BT
|
| special characters | 20 Jun 2005 11:21 GMT | 13 |
Question 1: Sample characters: aAaòó In VBA, how can I code to type these characters ? I tried copy and paste, but what I got was: ???òó
|
| cross references collection & instr problem | 20 Jun 2005 10:48 GMT | 1 |
Word 2002. I am attempting to loop through the cross references collection, find a match based on some text that I have already captured and insert a cross reference to the item. The code is given below. The instr command does not
|
| Replacing Text | 20 Jun 2005 10:06 GMT | 1 |
I have some code that is looping through all instances of a particular character style and adds some extra bits to the text. So far so good, but ... Whatever I do, the replacement text comes out as upper-case, which gives me
|
| Embedding data into a word doc/dot | 20 Jun 2005 10:06 GMT | 3 |
It is possible to embed binary data into a word doc/dot? For example, I would like to embed a blob of binary data in a word doc/dot, then use vba to extract that blob at runtime. I can think of a few really hacky ways to force this to happen, but I am
|
| Programmatically get label sizes | 20 Jun 2005 10:06 GMT | 1 |
I'm writing an application and I need to be able to load the predefined label sizes that appear in Word's Label Options dialog box for Avery and others. Where can I get this information?
|
| how can I access html div title and id attributes in vba? | 20 Jun 2005 10:06 GMT | 1 |
In the html document below, I need to be able to access the title and id attributes of the div tags in VBA. Specifically, I need to be able to access those attributes in this div: <div title=SplSection id=4>
|
| Linking Excel - Dynamic FileName | 20 Jun 2005 06:06 GMT | 2 |
My client would like to create a Word and Excel template that are linked. The Word doc will get a few calculations from Excel. The big challenge is they want to be able to save versions of each Word/Excel combo that are dynamically linked.
|
| Resizing Inline Shapes | 20 Jun 2005 04:20 GMT | 1 |
I've searched for help on this, but couldn't find exactly what I'm looking for. I'm pasting images as inline shapes in a Table. I want to resize all of them to the same width, say 1 inch (or the equivalent in pixels). I've tried
|