| Thread | Last Post | Replies |
|
| Please help! Error 5101 Bookmark does not Exist--but it does | 04 Jan 2005 03:37 GMT | 5 |
I am updating an MS Word document from MS Access, below is my code. The following statement works when I have a reference to the VBA Microsoft Word Object Library 10.0 in Access set, but I receive Error no: 5101 “This bookmark does not exist”.
|
| cut and paste | 04 Jan 2005 00:29 GMT | 4 |
is it possible to have cut and paste on the right mouse click available in text boxes thanks Phil
|
| Recommended VBA for Word book? | 03 Jan 2005 22:17 GMT | 2 |
Anyone have a recomendation for a good VBA for MS Word book? Thanks, dado_maker
|
| alternative to insertcrossreference? | 03 Jan 2005 22:14 GMT | 1 |
In my working environment it is quite common to refer to e.g. multiple figure in one go: "see Figures 1, 2, and 3". When using the insertcrossreference command in vba I have been able to change the normal label "Figure" to something short like "[", but this
|
| Contacts list imported from other profile not working properly. . | 03 Jan 2005 18:06 GMT | 1 |
I recently imported my Outlook contacts from another profile on my computer and while I can view the contacts list in my new profile I am unable to access it when I am sending an email. (pressing the To: field button to bring up addresses) A pop-up box says that access is denied ...
|
| Paragraph Mark | 03 Jan 2005 14:54 GMT | 2 |
Can anyone tell me if there is a Chr(?) you could use for a paragraph mark. I know Chr(9) is for a tab, but is there one for a paragraph return? Thanks to all.
|
| Macro | 03 Jan 2005 14:54 GMT | 2 |
I want to create a macro but i am not sure what programming language is used to create one.
|
| Vb.net and VBA | 03 Jan 2005 14:51 GMT | 1 |
I started getting lessons in VB.net, and my main purpose is to be able to write code in Microsoft Office application like Word and Excel. But as I understand that VB.net in not a continuation of VB6 but differ entirely. My questions is:
|
| Word Fields | 03 Jan 2005 06:55 GMT | 2 |
How do we recognize if the user is within a field in word? When the cursor is located within a field, and I specify following in vba: ActiveDocument.Application.Selection.Fields.Count
|
| print on a folded 8X5 card | 03 Jan 2005 04:57 GMT | 2 |
I need to print a top fold 8X5 card using Windows ME
|
| if statement | 03 Jan 2005 03:38 GMT | 7 |
using the code below I'm repopulation my from data stored in a text file my problem is when the text file isn't available and I try load it an error occurs I think I need an" if docname exists" statement but my attempts at this has failed if anyone can help me with this it would ...
|
| Numbering particular words in sentences contained in paragraphs | 03 Jan 2005 00:58 GMT | 1 |
For every occurance of a particular word in a paragraph, I would like to subscript a number right before the word. I need to increment a interger var for each occurance replace the word with the subscript and word back into the sentence, and after leaving
|
| transfer to new computer | 02 Jan 2005 21:36 GMT | 2 |
I copied my normal template to a new computer but the macros in it won't work now unless I re-associate them by re-making new buttons. But I recall someone had a little vba probram that if you run it, it will do all the reassociations automatically. Anyone know about this?
|
| Processing paragraphs with find | 02 Jan 2005 20:33 GMT | 6 |
with VBScript I process all paragraphs of a doc with the following code: 1 For Each parag In myDoc.Paragraphs 2 If parag.Range.Information(wdWithInTable) = True then 3 WScript.Echo "--- This paragraph is part of a table"
|
| Word(97) VBA error 5668 | 02 Jan 2005 18:14 GMT | 6 |
I wrote a macro in word(97 OSR2) to insert a row in a table and reset the cells format to what I want. This macro works fine with hotkey. But if I execute the macro with many time (lets say crazyly hit the hotkey
|