| Thread | Last Post | Replies |
|
| Thumb nail | 18 Oct 2005 18:02 GMT | 1 |
I had both office 2003 and office XP. Then I unistalled XP. Now my explorer is not showing thumbnail view for .gif, .jpeg, and .jpgfiles? ~Vinaya
|
| Zero Values | 18 Oct 2005 17:41 GMT | 4 |
How to I "hide" zero values in form fields? I want the users to have the option to print a blank form without "0" displaying in the calculation fields. Thanks!
|
| Converting word document to xml | 18 Oct 2005 13:52 GMT | 2 |
Using VBA, I am trying to convert a word doc to xml. The creation happens without a problem but when I try to open it using word I get an error in the xml document. Basically I create a new xml file using the file system object and dump the
|
| I would like to delete unwanted styles from my file | 18 Oct 2005 13:45 GMT | 2 |
I have two unwanted styles in macro(from old folder) and I'll keep receiveing it in my file. I am trying to create macro button on my toolbar where it always deletes these two(styles called Caption and Tx_normal_10). Any help
|
| Print more then one page in a word object in excel | 18 Oct 2005 11:57 GMT | 1 |
I need help badly, I am using Excel 2002 and I have inserted a word object, but the problem is that I unable to print two pages if the user write a long letter I can only print page one only even though I try to format the page setup in Excel. Any tips will be appreicated. Thank ...
|
| Make it fit | 18 Oct 2005 06:36 GMT | 8 |
Is there a vba subroutine to mimic Wordperfects make it fir for a section of a document?
|
| send Active Document to Multiple E-mails | 18 Oct 2005 05:33 GMT | 1 |
I have read the links on MVPs but it seem not to answer the question I am about to ask. My Question is "How do I activate or input the e-mail addresses in program if I have them already in word format or as a group in my Outlook Address Book"
|
| altert if style is used? | 18 Oct 2005 05:23 GMT | 3 |
I am trying create a macro that prompt a message box only if a particular style has been used in a document. Below is what I have tried, however, the message box appears regardless if the style is in use or not:
|
| Calculating dates in MS-Word | 17 Oct 2005 23:50 GMT | 1 |
I have sections of a document for Monday, Tuesday, Wednesday, Thursday and Friday. I have the week begining date in Subject field. How Would I calculate the headings in the Word document from the Subject field. Something like Dateadd("D", 1 , Subject)
|
| VBa- code to DLL | 17 Oct 2005 21:56 GMT | 8 |
Is there a way to convert VBA-code into a .DLL (Dynamic Link Library)? Jan
|
| Extra Section Break | 17 Oct 2005 19:12 GMT | 8 |
I have a document that has a report, then a section break (next page), then a table starts the next page. The table goes on for two pages. The weird thing is that when I'm in the header at the top of the first page of the table, it says I am in Section 3; but when I go to the ...
|
| repeat MS - Word Macro until end of document | 17 Oct 2005 18:24 GMT | 1 |
Hello 2 All! I recorded a macro which does some search & replace to a whole paragraph in a MS Word document. Does anyone know how can I make that macro to repeat itself untill end
|
| View Frustrations | 17 Oct 2005 17:57 GMT | 2 |
Sub Frustration() ActiveDocument.Bookmarks("Test").Select "&^$%#*& view changes to Normal with Split window for header pane. 'The bookmark is selected.
|
| add page n of m text to footer | 17 Oct 2005 16:09 GMT | 5 |
The following code puts the page number in the footer easy enough, but how do you do something like "Page N of M"? ActiveDocument.Sections(1).Footers(wdHeaderFooterPrimary).PageNumbers.Add(wdAlignPageNumberLeft)
|
| inserting text after a table without disturbing adjacent bookmarks/ranges | 17 Oct 2005 15:50 GMT | 2 |
Hello people, Here is a problem that got me scratching my head. The requirements appear simple: Given a range in a document,
|