| Thread | Last Post | Replies |
|
| reg.pattern question | 04 Apr 2007 16:45 GMT | 2 |
I know that both selection.find (wildcards) and regexp can search with regular expression. But the syntax of the above 2 is quite different. Do any1 have a tutorial website or sth that show the usage of regexp of vba?? I have a wonderful site from one of the MVP here which is about ...
|
| Macro/VB to turn on Update Fields & Links | 04 Apr 2007 15:38 GMT | 4 |
I need help creating a macro I can insert into a Word document that will set user options in Tools > Setup so that Update Fields and Update Links are checked on the Print Tab. Thanks.
|
| Userform opens another document | 04 Apr 2007 14:02 GMT | 1 |
I have a template which opens a userform on opening. When a cmdbutton is clicked on the userform then a saved dot (which has bookmarks saved) opens however I am not sure how to open the dot as a doc. Documents.Open FileName:="""Sdfsdf sdf sdf sdf sdf.dot"""
|
| HTMLHelp Call | 04 Apr 2007 10:41 GMT | 4 |
I'm very annoyed that the VBA HTMLhelp file does NOT want to give up its secrets about how to call an individual page from a CHM file in a VBA application. This MUST be a massive FAQ? Eddie
|
| urgenttttttttt/how to run embeded object in the word?? | 04 Apr 2007 09:32 GMT | 2 |
how I can run embeded object in the word when I open the word document. the en=mbeddedplease I need your help. object is an execution file.
|
| Word Headings generated in C# | 04 Apr 2007 07:52 GMT | 2 |
Hi I'm creating an application that generates a report in Word 2003. Using C# My problem is that I need headings to create a table of content, so I search the web trying to find a way to do this. My solution was something like this:
|
| Keeping the User away from the code | 04 Apr 2007 01:02 GMT | 6 |
I am putting a code library together for a project I'm working on and I wondered if this architecture may give me problems in the future... I want my library module to be shareable with my other modules and forms but invisible to a user who is Customising a Toolbar by adding a ...
|
| Word doc Security? | 03 Apr 2007 22:19 GMT | 11 |
I wanted to get the groups expert advice on how secure MS Word document security really is? For example, I have an open password, modify password and the document is password protected with the restriction of filling in forms and my VBA code is passwod protected.
|
| Delete macros from 1000 documents | 03 Apr 2007 20:40 GMT | 3 |
I am an experienced Access VBA developer but the word object model has defeated me. I need to do three things. 1. Document the macros in all the word documents in a folder. 2. Delete a particular macro from those documents (hopefully it always has
|
| Customize FIND function with a vba macro? | 03 Apr 2007 17:21 GMT | 2 |
I'd like to find a way to customize the FIND function, possibly with a vba macro, so that each time Word finds the text you've specified, it highlights it in the *middle* of the screen, scrolling the document if necessary.
|
| Parse Document | 03 Apr 2007 15:45 GMT | 1 |
I have document contains text, pictures and bullets etc. How can I use VBA to parse elements one by one? To check if some text next to picture or a picture next to text. Thanks alot.
|
| creating fields that repeat in document | 03 Apr 2007 15:42 GMT | 2 |
I often work with long documents (sometimes 100-200+ pages). Many times, I will have information that stays the same in difference sections of the document. For example, a square footage or acreage, name, etc... How can I create a field that once this information is typed into ...
|
| Using Acrobat menu from vba; Acrobat menu not available in Word. | 03 Apr 2007 15:24 GMT | 1 |
Hi! Sorry for the second repost - my 1st one did not get any responses. Here's my problem: when I programmatically convert Word documents to PDF via Print to PDF driver, the resulting PDF does not contain embedded links found in original Word documents. I figured if I find a way ...
|
| import bitmap only possible from clipboard or file? | 03 Apr 2007 15:16 GMT | 1 |
I have created a COM dll with a method that returns a bitmap. Though the dll can be referenced from VBA in Word, there seems to be no object / method in Word to directly accept a bitmap. The only alternatives I found was to add my bitmap to the InlineShapes either from file or ...
|
| regexp pattern question again | 03 Apr 2007 13:22 GMT | 1 |
Do any1 know how to write a regexp pattern to filter out all Chr(150) in the string? Many Thanks
|