| Thread | Last Post | Replies |
|
| How to search the specifical column or row? | 04 Mar 2004 08:46 GMT | 1 |
Hi, everybody, I have a text file with all the numbers. Now I want to search the las two column. There are some space before the last column.So actually th last two characters in the file can be regarded as a word. The file i
|
| Code in modules of template | 04 Mar 2004 06:26 GMT | 4 |
Using Word 2000. I created a template with lots of macros. The macros were in two different modules (don't know how that happened). I cut and pasted all of the macro code from the smaller module to the NewMacros module. Now when
|
| Can Word VBA talk to an archaic search engine program | 04 Mar 2004 03:33 GMT | 2 |
Evening-- My question could yield a potentially complicated answer, but I'd be very happy for now for something simple if anyone has even that . . . I've got a pile of newspaper articles in CD archives. These use some
|
| count array element in word vba | 04 Mar 2004 00:59 GMT | 4 |
I have a snippet of code that take a given string and uses 'split' to pop it into an array for me the string is being split with the space char as the seperator the problem is that sometimes the string will contain x2 words, other times
|
| "The macro could not be created" | 04 Mar 2004 00:31 GMT | 1 |
I tried to use the macro recorder, but got the error message "The macro could not be created". I can go into the VBE and create a new module and write new code. My New Macros module has headers with no code for the times I tried to use the recorder.
|
| Code for setting "In Line with Text" option | 04 Mar 2004 00:31 GMT | 2 |
Some time ago, I asked how to set/unset the "Float Over Text" FormatObject feature programatically. I never really got an answer I could use. That was WORD97, but I notice now with 2000 that the feature no longer exists. However, I would like to set the "In Line with Text", ...
|
| menu | 04 Mar 2004 00:30 GMT | 1 |
i created a menu by running a macro, but after i close ms word the menu disappears. how can i make it stay. thanks
|
| Help with first multipage, text boxes, please? | 03 Mar 2004 23:36 GMT | 6 |
I'm trying to create a UserForm that will act as the interface to the user for a macro. I'm having difficulty getting past two issues: showing the first page of the multipage first, and loading the text typed by the user in the text box into a string.
|
| Creating a macro crashes word | 03 Mar 2004 22:48 GMT | 2 |
I am trying to create a macro in Word 2002 using Record Macro. I can record and stop recording but if I try to run or edit word crashes and wants to send an error report to Microsoft. All office and windows updates have
|
| FormatCurrency for idiots | 03 Mar 2004 22:16 GMT | 2 |
I've been to the help for FormatCurrency and got net = FormatCurrency(net, 2 But if the value has no decimals I still want the .00 to show. There doesn't seem to be an option, but surely it should be a default with currency. Also .5 should show as .50, should it not I am obviously ...
|
| Autoupdating a global template | 03 Mar 2004 22:07 GMT | 2 |
Basically, I have a global template that only certain users have access to. The networking guy does not want to do any user-specific logon.bats or anything, so the best idea I can come up with is to update the template whenever Word is opened. Basically, the template is in the ...
|
| Excel VBA code equivalent in Word | 03 Mar 2004 22:00 GMT | 2 |
I have already asked this in the Excel workgroup and no one was able to help me. May the word experts can... I can excecute a macro in Excel when the user changes the
|
| Text in Organization Chart nodes | 03 Mar 2004 21:44 GMT | 1 |
I've found a macro that will create an organization chart from a data source. However, when the chart is being created, the text in the upper branches is scaled down so that the bottom levels have the size text I want but the top levels have a tiny font size.
|
| cleaning up strings in table cells | 03 Mar 2004 21:18 GMT | 1 |
I currently working on first applied vba application basically involving calculation and validation in a table i have ran in to this problem I pass the text in employee name to a string using .cell(x,y).range.text
|
| printig trays - which one? | 03 Mar 2004 20:52 GMT | 2 |
Would anyone please be able to show me how to write the vb code in word to print a page from a certain tray on the printer automatically. for example my printer has 4 trays and I would really like to print from the manuel feed tray. This tray is known as "manual feed tray 1". I ...
|