| Thread | Last Post | Replies |
|
| positioning and inserting xml nodes | 21 Feb 2005 19:57 GMT | 1 |
I've got this little problem that makes me sick! I have a WordML file (managed through a SmartDoc application) and I SIMPLY need to programatically insert a new xml element. I easily move around the xml structure using DOM methods and Xpath
|
| Changing code to put a frame in a table | 21 Feb 2005 17:01 GMT | 4 |
Hi Community, I've read that Word does not allow frames in a table. Does anyone know of any VB code that will let me "trick" Word into allowing this?
:) |
| How to reference Userform in another project | 21 Feb 2005 16:11 GMT | 3 |
I am trying to figure out how to reference a form in another project in order to pass variables to it. This is what I have: With Hannani_TestTemplate.frmCreate_Hannani_Personal .txtRptDateMonth.Text = "02"
|
| Header and Footer macros | 21 Feb 2005 16:11 GMT | 4 |
I have tried to create a header macro and a footer macro but when I click the header macro it appears in both the header and the footer. Does anyone know how to create macros for a header and a footer without them overriding each other? Any assistance would be greatly ...
|
| Change Word Links via VBA ? | 21 Feb 2005 16:00 GMT | 1 |
Hello Group, I have a document in Word with Bonds to Excel. I need to change statements I link using VBA. For example:
|
| How to take text from RichTextBox in VB6 to Word object? | 21 Feb 2005 15:54 GMT | 1 |
Hi! There, I have an application which has RichTextbox in it. Now, I need to produce word document which has text with the same format as the RichTextBox. Suppose, user has typed a letter with formatting like Bold, Underline, color
|
| Range could not be deleted | 21 Feb 2005 15:43 GMT | 1 |
Dim DateBegin As Date Dim DateEnd As Date DateBegin = TxtBeginDisability DateEnd = DateBegin + 2
|
| Why does "ActiveDocument.Unprotect" in my macro no longer produce. | 21 Feb 2005 14:51 GMT | 2 |
On a password protected document, the code "ActiveDocument.Unprotect" in a macro no longer generates the input box asking for a password. Why? Any suggestions how to rewrite macro? My administrators who know the password need it after a different macro is used to lock the ...
|
| Trying to import Excel Spreadsheet into Word | 21 Feb 2005 14:23 GMT | 1 |
I have used Excel to develop a form to be printed on legal sized paper. There are 11 columbs and 104 rows. The columbs are various widths and all together are 8 1/4 inches wide. The rows are symetrical at 9.00 pixels and fit in 14". When I cut and paste to Word, the cells do not ...
|
| First empty row in table | 21 Feb 2005 13:53 GMT | 2 |
I am trying to find out how to programmatically reach the first empty row in column 1 of a Word table. Does anybody have a clue? TIA
|
| Code for showing templates from FILE > NEW... but in a pulldown instead? | 21 Feb 2005 12:57 GMT | 3 |
I remember that a few years back a bit of code was given, I think it must have been VB code to do this, that in one easy process showed the docts that are accessible in FILE > NEW... as a pulldown. And the templates were not put there manually; the code took care of showing
|
| underline in red | 21 Feb 2005 10:57 GMT | 2 |
how do i underline words in red just like they appear when they are spelt wrong and spell and grammar highlights them? Can i do this using vba?
|
| postnet | 21 Feb 2005 07:36 GMT | 1 |
Microsoft Word's postnet is incomplete. It should also provide, according to USPS, the capability to include "delivery point" in the data required to produce the barcode. Currently, it uses Zip+4 only and defaults the delivery point data to 99.
|
| Code for quick navigation between text, paragraphs? I'll attach any code for this to keys. | 21 Feb 2005 07:31 GMT | 5 |
I'm tried of Word being so slow to navigate through via keys on keyboard (I have WP and it's a breeze to do this in it). I need to get Word up to speed. Can anyone kindly provide code to move between words without W2K getting hung up on every little space and dash?
|
| Macros work for some people, not for all | 21 Feb 2005 07:31 GMT | 1 |
If anybody could help me I would greatly appreciate it. I've created a form to send out to our employees that will allow them to fill in information. At the bottom I created a command button that has a routing slip back to
|