| Thread | Last Post | Replies |
|
| vba excel warning message | 15 Sep 2005 13:36 GMT | 1 |
i've got an excel workbook open as readonly and i need to open the same as writable to write some data. Set XL_WB = XL_App.Workbooks.Open(FileName:=EXCEL_FILENAME, ReadOnly:=True)
|
| Help with looping a macro | 15 Sep 2005 13:32 GMT | 7 |
I'm trying to loop this macro until it doesn't find anymore occurences. I would very much appreciate any help. Here's the macro: Selection.Find.ClearFormatting
|
| Word "quits unexpectedly" while running a macro | 15 Sep 2005 13:01 GMT | 2 |
I'm not sure if I'm in the right place, since this is a problem within a Word macro while trying to open an Excel workbook. Oh yeah, and this is running on OS X 10.4 with Word X and Excel X. Here is the code, which I "borrowed":
|
| How to sort my data call from spreadsheet in alphabetical order? | 15 Sep 2005 12:31 GMT | 10 |
Anyone can help? I want to sort my data call from excel file then populate to word combobox. I need to capture the column 1 ID but display Column 2 data. How to sort the data in alphabetical order? My script as below:
|
| BaseName help - Can't access/grab text | 15 Sep 2005 12:15 GMT | 1 |
I'm trying to take a merged document, have the VB macro chop each range as a separate file and save it as a filename specified by the first field. For instance, if the first line of text (field is called "story") in the merged range appears as "car", I would want the file
|
| vba search for other language | 15 Sep 2005 09:33 GMT | 1 |
i'm searching excel for some text typed in word using vba. it works in english, but not when the text is in the language i'm working on. its DI named Divehi in the windows language settings environment.
|
| Filename for 1 time sav | 15 Sep 2005 05:44 GMT | 1 |
When we create a new document from a template, some fields are created. From these fields the filename for the document can be determined. When Save is selected the first time it seems that the Title is used as a starting point. However
|
| multiple printer codes | 15 Sep 2005 05:41 GMT | 1 |
In Word 2003, I've created a macro to select certain trays for paper type, such as bond, draft, etc. My firm has multiple different printers, and I'd like to have the macro automatically select a certain tray BASED on the active printer. Is there an IF statement, for example, ...
|
| formula in word | 15 Sep 2005 02:22 GMT | 1 |
My name is Vincent, In the past, I created tests and quizzes using the "Forms" from Word with the hope that my boss will agree to have our testing online instead of doing paper based. Unfortunately I had a lot of resistance from my coworkers so my
|
| Deleting document variables | 15 Sep 2005 01:06 GMT | 1 |
I'm trying to set up some document variables whose values appear in the text but also in headers and footers, and that I can easily change. It all seems more difficult than it should be. Detecting whether there's already a variable by a certain name should be easier. But how do I ...
|
| How to make a range/selection out of inserted file | 14 Sep 2005 23:16 GMT | 1 |
I'm trying to figure out something that's pretty easy, but I'm semi brain dead at this point and can't see how: I have a function that works fine and inserts a new page at the end of the current section, then adds a couple paragraphs, something like
|
| Microsoft Word 2002 Macro HELP...Please rush | 14 Sep 2005 22:30 GMT | 4 |
I need a macro that will look for a repeating string of characters and on the next line enter a page break. For ex, look for "00DA" and enter a page break after it. This will allow me to run the macro and not have to enter hundreds of page
|
| Inserting Day of Week into Userform | 14 Sep 2005 22:17 GMT | 2 |
I have a userform on which there are a number of comboboxes, one for Day of week, one for date, one for Month and one for Year. On initialising the dialog, I am looking to populate each combobox with the day and date 14 days from opening the document, i.e 14 days drom today.
|
| Macro from Text Input box | 14 Sep 2005 21:46 GMT | 2 |
I'm trying to call a macro based on the input to a text form field. When run on exit, if the formfield says sterling then run SterlingAccount. If it says anything else then run CurrencyAccount. The code below is what I've adapted from calling a macro from a dropdown list. ...
|
| Cross ref to a bookmark in a cell in a header | 14 Sep 2005 21:17 GMT | 5 |
I have cross referenced a bookmark to reflect the bookmarked text in a header. The bookmark is in a cell in a table. I need only the bookmarked text ie not the table cell to display in the header. Each time I update fields the single cell table reappears in the header.
|