| Thread | Last Post | Replies |
|
| Save As Copy? | 23 Jan 2006 22:27 GMT | 5 |
How can I do a "Save As Copy" as present in programs like Photoshop etc? I have a doc, foo.doc loaded. I want to save it as foo.xml, but the problem is that the SaveAs call saves the XML file but, as side-effect, changes the loaded document path (to be the XML file). I just ...
|
| Linked combo boxes in a userform | 23 Jan 2006 21:14 GMT | 1 |
I've put together a userform in Word 2000. I would like to set up combo boxes where the options within the second combo box are defined by the selection made in the first combo box. As an example, if I was doing a survey on fast food and wanted to know what
|
| How to read protected fields from VBA | 23 Jan 2006 13:56 GMT | 2 |
Is it possible to set up a word document so the format and text cannot be changed but the field information can be read with vba. It seems that the inability to select the contents of a field from code prevents reading it. Maurice
|
| Grouping of textboxes in Word | 23 Jan 2006 13:43 GMT | 2 |
Does anyone know a way of grouping objects, e.g. a textbox, other than using the name of every object in an array? I am creating a lot of textboxes in a for-loop, so I have no idea, how many boxes, that are created.
|
| Parsing Fields in VBA code | 23 Jan 2006 13:42 GMT | 3 |
I have a document that will have fields inserted by the user. Somehow I need to allow the user to insert text in these fields that is freeform, the only way I guess this can be done is via the fields add method. Assuming I can do this in code, and set the user text as the QUOTE ...
|
| Registry | 23 Jan 2006 12:40 GMT | 4 |
I recently upgrated from Windows 2000 to XP. I keep information in the registry for Word and Access. HKey_Current_user/Software/VB and VBA Program Settings. I don't see the equivalent in XP. Is it called something else or do I
|
| How do I create a program to search a list of words within a doc? | 23 Jan 2006 10:57 GMT | 8 |
I want a program to search and identify a word/words/characters (which I specify in a list) that appears within a WORD document. As I have a long list of word/words/characters, the Search/find function is not practical. I want the program to compare the word document against ...
|
| Sheet tab color | 23 Jan 2006 06:25 GMT | 2 |
Hello everyone this is my situation/problem: I have 1 sheet per tenant with their information and X amount of tenants. The 4 cells that the macro looks at in each sheet are different dates. For example Lease End Date is one of them. So 1st part
|
| Fil in Forms | 23 Jan 2006 00:16 GMT | 2 |
A simple question, I have a fill in form, when data is entered into the field the next field with the label is shifted. How do I keep this from happening.
|
| Shortcuts | 22 Jan 2006 22:10 GMT | 1 |
I have seen a few shortcuts for writing code from reading these groups. Here is an example with select case. This first bit of code shows an example of how I first learned to use Select Case. Sub Test() Dim myString As String
|
| getting rid of hyperlink warning | 22 Jan 2006 18:23 GMT | 2 |
I'm trying to hyperlink numerous documents on my computer together for an operations manual and, while it works, I cannot get rid of the warning about hyperlinks that appears each time I click one. Any suggestions? Craig
|
| Returning a collection from a function. | 22 Jan 2006 16:49 GMT | 1 |
How do I create a function which returns a collection? I've tried this: Function ListOfDates(ThisDate As Date, NumberofDays) As Collection Dim MyLoop As Integer For MyLoop = 1 To NumberofDays
|
| Hyperlinks pasted by a macro do not work! | 22 Jan 2006 16:43 GMT | 13 |
I have a macro that copies text from a *.rtf document and paste the text (after some editing) into a *.doc document. The *.rtf document is generated in an application that opens Word and presents the document there as 'filename.rtf (Read-Only)'.
|
| Writing a Macro to work on a number of PC via Normal.doc | 22 Jan 2006 10:56 GMT | 1 |
I have written a number of Mail Merge macro which I wish a number of people to use ? Is it possible for my macro to work on their pc without send my normal.doc to them all.
|
| StoryRanges, finding headers/footers | 22 Jan 2006 08:02 GMT | 4 |
I have a document in which I need to determine the various story ranges to perform certain actions. The document has two sections. The first section has no headers, the second does. When I query something like:
|