| Thread | Last Post | Replies |
|
| macro question | 08 Jan 2005 20:54 GMT | 9 |
I'm trying to start off the first command to change all single angle brackets found, to double angle brackets, but debug is stopping at the first line. Can someone tell me what I did wrong? With Selection.Find
|
| Help with Error Handling | 08 Jan 2005 20:40 GMT | 4 |
Despite reading the help file until my eyes are blurry, I still can't get my head around Error Handling. I have some code provided below that can cause an error if the user inputs and incorrect format. I would appreciate any feedback regarding the Error
|
| identifying most recently used symbol (via VBA) in MSO2003, as shown in the insert symbol dialogue box | 08 Jan 2005 19:47 GMT | 6 |
Does anyone know where the information for the most recently used symbol can be accessed via VBA? It must be stored somewhere, because it is the leftmost symbol of the recently used symbols in the insert symbol dialogue box. I often use the same symbol lots of times in a single ...
|
| Finding a file's path from File Open dialog | 08 Jan 2005 17:00 GMT | 3 |
I'm using the wdDialogFileOpen dialog to select a file and need to extract the selected file's name, extension and path. The name and extension worked OK (though there may be an better way of doing it, suggestions welcome) but the path generates a run-time error. Specific ...
|
| Create Sequential Dates | 08 Jan 2005 15:56 GMT | 2 |
Hello Teachers, Today I spent some time trying to come up with a way to enter a sequence of dates in a document. Basically the OP had an Itenerary Day 1 Jan 07, 2005
|
| saving text | 08 Jan 2005 15:01 GMT | 2 |
Here's my question....is it possible to write into a Word macro: copy text|open wordpad|paste text|save as Text.txt (to desktop)|close
|
| Adding Rows to Locked Table | 08 Jan 2005 11:32 GMT | 1 |
I'm a relative newbie to Macro coding, and I need some help with a project that I tackled that has turned out much more complex than I originally anticipated. I have a table in a locked template. What I'd like to create are...
|
| word 2003 add delete buttons in custom properties fields dialog box disabled...why? | 08 Jan 2005 09:03 GMT | 1 |
1) I am following some tutorials on VBA specifically to learn the DocVariable fields. It says I should go to the File/Properties/Custom dialog box and add the field there first. I go there and can type the name of the field, select the type and even type a value, but the ADD
|
| Not Visible Files | 08 Jan 2005 03:58 GMT | 1 |
I have a routine that performs functions A,B & C when a document is open (determined by "If Documents.count>0") and functions D,E & F when no documents are open (and the screen is 'grey'). Ocassionally a file that I opened in VBA with the "visible:=False" method
|
| toc | 08 Jan 2005 03:22 GMT | 4 |
Is it possible to retrieve TOC info? I want to know how many first level TOC item and how many second level TOC item my document has. and is it possible to select base on the TOC item? thanks
|
| One more TOC question | 08 Jan 2005 02:28 GMT | 4 |
When I already know a TOC item (MyDoc.TablesOfContents[1].Range.Paragraphs[1]), how can i select the corespending content in the document? What I am trying to do is that I have a TOC like:
|
| Naming Word TextBoxes in W2k | 08 Jan 2005 02:07 GMT | 1 |
I'm a relative newbie to VBA in Word, so please be patient. I want to create a FAX template using a Word userform when the template is started. I assumed that I'd be able to enter the appropriate data into the userform and
|
| Changing Styles | 08 Jan 2005 02:02 GMT | 3 |
This is crazy. I am trying to change the style "COOL" in the document to another style called "NOTSOCOOL". I wrote this: With ActiveDocument.Range.Find .Style = "COOL"
|
| Word and Access | 08 Jan 2005 00:45 GMT | 1 |
Is there a way using DAO to retrieve a single record from an Access table? I can load the entire table into a combobox, but I would rather load the primary key, then go and find the rest of the record once the user has chosen a listing in the combobox.
|
| getting date & time of a file from web site? | 07 Jan 2005 22:22 GMT | 1 |
How can I get the date and time of a file from a website? Say I wanted to know the last time my site pages were updated, I'd use something like: FileDateTime("http://www.mysite.com/index.html") Any Ideas?
|