| Thread | Last Post | Replies |
|
| Replacing Bookmark Text - Userforms | 17 Aug 2005 16:01 GMT | 1 |
(FYI - I posted this on the beginners, general, and userforms boards.) I have created a template where I created a userform with 2 "fields" (ProjectName and TaskName). Each field corresponds w/a bookmark. I'm using REF commands to link/repeat the bookmarks in the footer of the ...
|
| Replace Bookmark Text with UserForms | 17 Aug 2005 16:00 GMT | 1 |
(FYI - I posted this on the beginners, general, and userforms boards.) I have created a template where I created a userform with 2 "fields" (ProjectName and TaskName). Each field corresponds w/a bookmark. I'm using REF commands to link/repeat the bookmarks in the footer of the ...
|
| CreateButton - EraseButton | 17 Aug 2005 15:51 GMT | 1 |
I have created a new button in CommandBar: Sub CreateButton() Dim nBtn As Office.CommandBarButton Dim cBar As Office.CommandBar
|
| userForm show otherForm | 17 Aug 2005 14:31 GMT | 5 |
Why doesn't this work: Private Sub CommandButton1_Click() If CheckBox2.Value = True Then Me.Hide
|
| Wildcard Search and "OR" | 17 Aug 2005 13:04 GMT | 2 |
Hello, using wildcards can I search for one word OR another? For example I would like something like the following to work: "apple|pear", but I can't seem to find out what the Word wildcard equivalent of the regular expression symbol "|" is, to mean "OR".
|
| Control of dialog boxes | 17 Aug 2005 12:39 GMT | 13 |
Is it possible that we get the control of any dialog box that is opened when we click any menu item. e.g. File->Page Setup opens a dialog box, format->Autocorrect options open a dialog box,etc. I am coding in vb.net and want to get handle of these windows.
|
| Working with Stylized Quotes | 17 Aug 2005 12:07 GMT | 1 |
Does anyone know of a function that will convert Stylized Quotes to a normal quote? Here is the application; I am comparing one string to another. In some cases the strings do not match when they should. The issue is that use of Stylized
|
| Same template doesn't work in a doc | 17 Aug 2005 10:57 GMT | 3 |
I have a .dot with my simple macros and an extra tool bar to use the macros. I also have two key documents that both make reference to the macros and tool bar in the .dot One document works fine and a click on the tool bar gives an instantaneous
|
| Conditional format a table cell (background colour) | 17 Aug 2005 10:04 GMT | 4 |
Very little experience with Macros but I have created a project plan template containing various form fields and any number of macros (mainly via the recorder with a bit of code tweaking). One of the text fields in the table is a due date. Via VBA is there any way to highlight ...
|
| Remembering document-specific window position | 17 Aug 2005 08:46 GMT | 1 |
Certain of my editing tasks involve having multiple open docs in Word. Given limited screen real estate, I carefully size the windows before setting to work, which is a pain. I'd like to write up or find a macro that would, on a
|
| Dragging text | 17 Aug 2005 07:40 GMT | 1 |
Anyone know how i can drag selected text from one word doc across to another word doc. once i have highlighted the text, the cursor doesnt change from ( Ooo i cant remember what its called) looks like a capital i something like = I to a pointer or other.
|
| Real and curious problems with vba office2000 et office2003 on a computer | 17 Aug 2005 07:37 GMT | 1 |
Since some days, I have some problems with VBA (with Access as well as Word). All these problems exist in Office 2000 as well as in 2003 Some VBA functions do not vork anymore.
|
| Macro Style Replace | 17 Aug 2005 06:18 GMT | 2 |
Word2000. I record a macro to SearchAndReplace a custom style. During the recording, the SearchAndReplace works fine. When running the macro, it doesn't work. Calling up the SearchAndReplace
|
| How can I insert tabs in a number with a macro? | 17 Aug 2005 05:14 GMT | 5 |
I need to create a macro to paste a list of numbers while inserting tabs within the numbers. I work in Reflection for IBM (sessions) and Office 2000, soon to be Office 2003. I need to get a list of ICN's (example 0204123456090) out of a stats table located on our intranet. Those ...
|
| Google search for word | 17 Aug 2005 03:51 GMT | 7 |
I would like to do a Google search for an Ops Guide in Word. The document is all text, no form fields. I have searched this forum and the best I can find is a repost below. Is is possible to modify this code with an input box to store the search variable and run a modifed
|