| Thread | Last Post | Replies |
|
| Question on Option base 1 | 18 Mar 2004 01:13 GMT | 1 |
Even though I have declared Option base 1 At the module level, the following Dim sy() As String: sy = Split(symbol, " ", 2)
|
| Programmatic access to visual basic project is not trusted | 18 Mar 2004 01:05 GMT | 2 |
I have written a Word add-in that I would like to be able to run against different versions of Office. I understand that if I develop it against Word 2000 it will be able to run with Word XP and Word 2003.
|
| Find folder with latest date? | 18 Mar 2004 00:30 GMT | 1 |
I use "FolderName = Dir$("C:\TIR *", vbDirectory)" to find the location of a file. The "*" in the name is a date. The problem is the program that creates my update automatically creates a new folder without touching the old one, so I will have (for example) "C:\TIR 022304" and "C ...
|
| Automating a Word template | 17 Mar 2004 23:59 GMT | 5 |
I have a Word template that requires .jpg photos to be imported to a text box. They are being read from CD ROM disks. Each photo on the CD has a .jpg and a .jpe extension. I only care about importing the .jpg files.
|
| Prompt For Values, Fill In Word With Those Values | 17 Mar 2004 23:44 GMT | 4 |
I have a Word 2003 mail-merge document that works perfectly, the only thing is I want the 1st 3 lines to look like this somewhat: Affidavits of Value Dockets: xxx-yyy
|
| Macro Storage | 17 Mar 2004 22:04 GMT | 1 |
I have recently installed a new computer and new MS Word on it. It is hooked up to our office server and when I try to use my macros, none of them are found. Is there a setting I have to change to get it to look it? Their is a
|
| Save Macro Help | 17 Mar 2004 22:01 GMT | 2 |
I need to create a macro for Word 2003 that allows a user to click it and have it save the open document in two locations. I have been able to get it to save in one location, but it seems to skip the second location. Is
|
| Creating forms | 17 Mar 2004 20:35 GMT | 2 |
I'm trying to create a form for people to fill out online. I don't know how to put a field in where they can type information without limits. Can anyone help me?
|
| Splitting one master documents into multiple sub-documents ... | 17 Mar 2004 20:26 GMT | 3 |
All, (Using Word 2002): I need to produce a number of documents, which are going to contain very similar information. However, parts of the documents are going to
|
| Dymanically update header/footer entries | 17 Mar 2004 19:34 GMT | 1 |
I have a template (.dot file) in which I would like to dynamically update some entries in the header and footer. The header looks like this (inserted picture) Report - XX and the footer looks like this Date: 3/17/2004 Page 1 of 4 ...
|
| Word 97 macro not work in Word XP | 17 Mar 2004 16:26 GMT | 3 |
I have some code that worked in Word 97 but not in Word XP. The proble seems to be with my selection.find.execute The code is like: While Selection.Find.Execute
|
| Easier way to do this?? | 17 Mar 2004 15:06 GMT | 1 |
Hi, i have the following code which takes in the following (sample)cod to transfer data from an excel spreadsheet to a new word document. Wha i am trying to do is to get certain cells from the Excel spreadshee and put them into certain places on a report template. I have looke
|
| Will hiding Userform resume code? | 17 Mar 2004 14:40 GMT | 4 |
I'm using code to set some table formats. Depending on the text in the cells, the formats may cause the table to extend past the page margins. I can detect this. When it happens, I want to show a modeless Userform with a text message telling the user about the problem, and giving ...
|
| Pesky Find/MoveEnd problem | 17 Mar 2004 14:13 GMT | 4 |
I'm having a terrible time trying to solve this problem, and any help would be appreciated. Basically, I'm trying to look for all occurences of the word "CAUTION" (all in caps), then grab both that
|
| EAN Codes | 17 Mar 2004 10:05 GMT | 1 |
do you havy a function which calculates the check number of EAN Codes? Regards Bruno
|