| Thread | Last Post | Replies |
|
| Splash screen | 08 Jan 2006 21:58 GMT | 5 |
Can anyone tell me how to create a splash screen that works? I've tried the DoEvents code, and the OnTime code. With DoEvents, I couldn't even get the userform to show. With the OnTime code, the userform just stays on the screen and the kill macro doesn't kick in (and yes, I ...
|
| Use Document Variable in Footer | 08 Jan 2006 20:35 GMT | 5 |
I have an MSAccess application which uses different templates. The user clicks on a button in the Access form, and the application selects the appropriate template, fills it with data from the database, saves and prints it, then closes the document. The templates have a footer ...
|
| Normal Template Always Resaved | 08 Jan 2006 18:02 GMT | 2 |
I working with Word2003... I've got a set of macros that are installed to run some automated document processing. The macros are activated via a toolbar button. The issue is that whenever I close Word, the Normal template is resaved!!!
|
| ShowFieldCodes | 08 Jan 2006 11:46 GMT | 2 |
Can I turn off field codes in Word VBA at the application level. I know about the following code: Activewindow.View.ShowFieldCodes = False But is there something like:
|
| What do I do after I open Word in safe mode to id the problem | 08 Jan 2006 11:33 GMT | 1 |
Microsoft Word will not open.
|
| selection lines span? | 08 Jan 2006 09:49 GMT | 3 |
Hi friends, maybe you've followed the discussion on "find line numbers". As easy as that, it seemed, but read, what Larry reports. I thought about this and that,
|
| Save new documents in a loop | 08 Jan 2006 08:56 GMT | 3 |
I’d like to cut and paste information from a large txt file into many smaller txt files. What script will allow me to save the new smaller txt files as the default name (document 1, document 2, etc.) in a loop? I’d like these smaller files to be saved without my intervention.
|
| Mail Merge: Envelopes: Zip Barcode | 08 Jan 2006 07:27 GMT | 3 |
WinXP SP2 Word XP During Mail Merge to an Envelope, I want to include the Zip code in Bar code format. Every time I add the bar code Field and a Bookmark to the Zip Code merge field to the Master document and then Merge, I get "Can't
|
| How do I create Help topics for my macros in my Word template? | 08 Jan 2006 04:16 GMT | 5 |
I've created a number of macros and AutoText entries in my Word template. I've added toolbars and menus to make it easier for other users to use these tools. The template is being used by many other people in my workgroup. Some of
|
| Test Message | 08 Jan 2006 00:36 GMT | 1 |
Recovering from a failed hard drive. Trying to see if I can post message after setting up OE.
|
| find line numbers? | 07 Jan 2006 16:46 GMT | 4 |
I'd like to be able to find line numbers. Specifically, I'd like to find line 3500 to use in a macro to break up a large txt file into smaller txt files containing 3500 lines. Thank you in advance for your help!!
|
| Can't access VBA-Editor. | 07 Jan 2006 15:02 GMT | 6 |
I can not open the VBA-Editor window. Not with Alt+F11 nor the menu. The fan starts to run, nothing happened. The window freezes and I have to kill the application. IT's with all Office 2003 SP1 products and VB6 on WinXP SP2.
|
| Bring up another Document if answer to a dropdown is "Yes".. | 07 Jan 2006 14:32 GMT | 2 |
I have a document that if user chooses "yes" from a drop down menu, another whole document will open up and needs to be filled out...If "No" nothing happens...If you could lend a hand in necessary code needed..Thanks.."Bill Im using Word
|
| Can No Longer Create a Toolbar | 07 Jan 2006 12:07 GMT | 1 |
Something that happened that prevents me from creating a temporary toolbar: I use the following code: Set mybar = CommandBars.Add(Name:="Custom1", Position:=msoBarFloating, _ Temporary:=True)
|
| Macro to count 250 characters with spaces and insert comma | 07 Jan 2006 11:30 GMT | 4 |
I have never posted to this community but, I am in desperate need of a macro to automate some lengthy tasks. I use a GIS software that utilizes .dbf files that correspond to geographical features. The .dbf file has a limit of 254 characters per
|