| Thread | Last Post | Replies |
|
| Set_visible causing major slow down | 10 Mar 2008 15:15 GMT | 4 |
We're using automation to create MS Word documents. Borland C++ builder (I am in the process of converting the code for use in Visual Studio) is what we're using. We just started encountering the following intermittent problem.
|
| Mail merge using VBA stapling group of sections instead | 10 Mar 2008 14:11 GMT | 4 |
Dear mr. Robbins, With great interest I read your answer on a previous question, namely how to print and staple individual sets within a mail merge document. Your answer was related to the following VBA-code, which I used successfully;
|
| The macro cannot be found or has been disabled | 10 Mar 2008 13:35 GMT | 3 |
Office 2003. My security settings are set to low. I have never had a problem with this before. Now all of a sudden I get this error message. I had office re-installed last week and it seemed to have fixed the problem but now it is doing it again. The macros I am trying to run are ...
|
| Spelll check question, Word 2003, Windows XP | 10 Mar 2008 13:10 GMT | 7 |
In Word 2003, is there a way, with VBA code, to run a spell check on just section 2 of a document? I have been playing with various versions of ActiveDocument.sections(2), but somehow, I don't quite seem to be able to figure it out.
|
| Auto format image layout in Word? | 10 Mar 2008 09:35 GMT | 1 |
I have to create a syllabus for a talk. I sent my slides and notes from PowerPoint to Word. Now I would like to shrink all of the slide images to 1" by 1.33" and format them so they are left aligned with text wrapping around the right side.
|
| Can I export my Word customizations (keyboard and dictionary)? | 10 Mar 2008 02:40 GMT | 4 |
I need to reformat my hard drive. In the past when I've done this and then re-installed Word, I've had to begin from scratch with building up my personal dictionary (so the spell-checker doesn't flag German words I use often) and keyboard shortcuts I've created. Also toolbar ...
|
| Word 2007 XML Editor | 10 Mar 2008 02:20 GMT | 2 |
Hello everyone. I'm brand new to Word 2007, beginning to learn about XML, and am trying to see the XML schema of an .XML document. I'm opening it with the XML Editor, but still see no XML, just the usual Word document. What am I doing wrong?
|
| retrieving email address surrounded by tabs, carriage returns, etc | 09 Mar 2008 14:05 GMT | 5 |
I'm using Word VBA to retrieve email addresses inside a Word document. The problem I encounter is that sometimes there are tabs, carriage returns, ie special characters before and after the email address that also get pulled and appear as small squares in the text that I retrieve ...
|
| creating macros using find/replace | 09 Mar 2008 09:35 GMT | 1 |
I am creating a protected form document and I need to create macros that would allow others users to insert a name that would replace all "XXXX" through the document with the name they type in. The document is created in a form and would be protected from them changing the ...
|
| Exiting a Sub in Word 2003 | 09 Mar 2008 08:40 GMT | 3 |
Here's another VBA question for the Word 2003 macro experts. Suppose I have a macro like this: Sub MyWondrousInvention() Userform_1_FRM.Show
|
| Excel 2003 - Writing a Macro - How Do I...? | 08 Mar 2008 18:42 GMT | 2 |
I'm trying to write a macro that will loop down a column and find identical numbers, then check the values in the offset cells 3 columns away, decide which value should be kept, and then delete the rows containing the unneeded values. In other words, if I have 4 rows with the ...
|
| Store custom color on the palette | 08 Mar 2008 18:12 GMT | 2 |
Using Office 2003 and Windows XP; In Excel I use the following code to store a custom mixed color on the color palette: ActiveWorkbook.Colors(56) = RGB(163, 193, 173)
|
| Save file | 08 Mar 2008 16:19 GMT | 2 |
I have a template which has a sendforreview button attached. I need to save the document before I can use the sendforreview command. Is there any way I can use the saveas command and have it saved as doc1 then doc 2 the next time it is used then doc3 and so on?
|
| pop up message help please | 08 Mar 2008 14:28 GMT | 1 |
Can someone show me a script that would trigger on the last field, dropdown box, or checkbox that would say something simple like "Please review the information submitted and make sure that all relevent fields are completed before saving and closing the form. Thank you.'
|
| Days 360 | 08 Mar 2008 14:21 GMT | 1 |
I recorded a macro which sorts a column of dates selects the first date and the end date and runs the Days360 excel function and divides that by 7 to get the number fo weeks. I am trying to modify this macro because when I recorded the macro it selected the exact cell of that ...
|