| Thread | Last Post | Replies |
|
| Anyone MOUS Certified? | 25 Dec 2007 01:11 GMT | 1 |
Is anyone here MOUS Certified in MS Word 2003, MS Excel 2003 or MS PowerPoint 2003? If so, how long did it take you? I just lost my job and is considering studying these applications in a training program so I can get my certification. I feel it would be a plus on my resume.
|
| Remove specific tabstop | 25 Dec 2007 00:58 GMT | 8 |
I have code that goes through my document and removes all instances of a BarTab (at 7.25 inches) and changes the RED color back to BLACK. I am trying to modify my existing macro to just remove the current TAB on the paragraph where my cursor lives.
|
| Word email merge | 24 Dec 2007 23:43 GMT | 1 |
I have a situation where i want to do email merge using MS word reading from a view in SQL database. I have desinged an HTML template in Microsoft word whihc is basically a newsletter i want to send out to our customers.
|
| Need help with macro - trying to keep source formatting in New doc | 24 Dec 2007 20:52 GMT | 6 |
Would there be a way to keep format from source in this algorithm while I copy selected highlighted text (in green) from source to a new document? Your input is much appreciated. Thanks!
|
| lines that aren't a border | 24 Dec 2007 12:48 GMT | 1 |
I'm futzing with VBA to run some search/replaces, define my heading styles carefully and the result is that the paragraphs end up with boxes around them. The non-heading styles I fixed by doing something (I don't know what). The boxes aren't a border, I turned those off.
|
| Ignore or replace Compile Error | 24 Dec 2007 05:11 GMT | 1 |
In a template, I need to ignore this error : Compile Error: Can't find project or library The template references a dll that not all users have installed. I have tried On Error Resume Next & On Error GoTo
|
| Store Selection | 24 Dec 2007 05:07 GMT | 1 |
is it possible to store a selection in variable for later use? it's not just text but also a background grid (included in the footer). i want to copy the complete document, so i need to copy the header, footer and main document. at least that's what i found out.
|
| Melt info from 3 comboboxes into 1 box or bookmark | 24 Dec 2007 05:03 GMT | 2 |
hi people! I currently breaking my head over an issue, i could use some help! - i have 3 comboboxes: combobox1 (list of country's), combobox2 (list of company's), combobox3 (list of city's)
|
| How can I automatically assemble subdocs into a document? | 23 Dec 2007 14:27 GMT | 4 |
I regularly assemble subdocuments into a finished document. The list of subdocuments may differ depending upon the desired finished product. Is there a way to assemble a document from a list of subdocuments. Having to individually attach each subdocument is time consuming and ...
|
| cascading combobox in word with database from access | 23 Dec 2007 03:25 GMT | 6 |
I am trying to create a Userform in word XP with 2 comboboxes. combobox1 - countries combobox2 - cities What I need is for the user to select a country in combobox1 and
|
| DateTimePicker control event handling to round time to 15 minutes | 23 Dec 2007 00:53 GMT | 3 |
I have a need support data entry of a time. My client wants all times entered to be rounded to the nearest 15 minutes. I thought it would be useful to use the DateTimePicker control to do this since it allows for 12 and 24 hr clock values and can format the output with or
|
| Word 2003: Need macro to stop redirecting where to find a file | 22 Dec 2007 13:08 GMT | 4 |
I create a macro, a simple one to open a file from a directory. If I happen to run another macro that finds a file from a different directory, other macros are redirected to a wrong directory. No matter how many times I recreate the macro, the path is removed from the macro ...
|
| will Macro be inpacted if we converted 2000 document into 2007 ver | 22 Dec 2007 12:40 GMT | 1 |
We have a lots of word documents with macros builded and mail merge used, would it be a problems or what is the major impact if we convert them into word 2007?
|
| If not an input box, what the heck is it? | 21 Dec 2007 20:04 GMT | 2 |
I received some template word 2003 files recently. When I opend them, I am prompted for information from something that looks like an input box. (e.g. What is your city of birth?) when I input Toronto, and press ok, Toronto is populated into a certain section of the word ...
|
| Checking Existence of Variable / Bypass the compiler check | 21 Dec 2007 19:10 GMT | 4 |
I should like to write a sub that MIGHT write data to a public variable. Meaning: -If the Public variable exists the sub assigns a value. -If the public variable does not exist. It just ignores it.
|