Here's a Word one: http://www.vbaexpress.com/kb/getarticle.php?kb_id=14
Excel is virtually the same.
That one creates a menu to the right of the Help menu, and drops down (like a real menu! hee...
Type: Posts; User: Dreamboat; Keyword(s):
Here's a Word one: http://www.vbaexpress.com/kb/getarticle.php?kb_id=14
Excel is virtually the same.
That one creates a menu to the right of the Help menu, and drops down (like a real menu! hee...
Custom toolbars are much nicer when they're entirely built and deleted using code.
Also, auto_open is kinda defunct. MS says use workbook_open instead, tho it's been a long time since I've been able...
I cannot for the life of me figure out why you'd want to do that.
Using "Same as Previous" does it for you...
And...what if the user is in Print layout view? How do you expect to keep such an...
I think if you're going to go through all the split screen, why not a userform that pops up instead? Those can be coded to use just one userform, right? And I'd think any definition you come up with...
Why doesn't the web toolbar work if you cross-ref to a bookmark and include a hyperlink? The web toolbar should pop up when they click a hyperlink, and should allow them the use of the back button.
...
Sometimes, clearing the formatting can be difficult. On the result cells, I would select them, hit Edit-Clear-All. Save the file, then re-enter your linking formulas. If the result is text, you don't...
Hi, Lucas. Cindy Meister eloquently explains about number formatting with mail merges: http://homepage.swissonline.ch/cindymeister/MergFram.htm
I think it's easier than all that DDE stuff. Hee hee.
Hi, Bob. It's been my experience that you can never install a new one and go back to the old or whatever.... You'll really need to wipe all of Office (IMHO) and then reinstall what you want. Now, as...
That's correct...it is updated. Basically, fields are updated on open, print, and print preview. Also, it could be the Excel spreadsheet that's causing the "update", and not the Word document at all....
Here's the Q, Howard:
http://www.vbaexpress.com/forum/showthread.php?t=1026
Interesting input, too.
Haha.
Okay, so I'm running around the internet and see some Word Q somewhere...open Word. Voila! TWO toolbars. Hm!! I'm posting your link on our forum as a challenge, Howard.
Running Word 2000 SR-1.
I run your code, and the Strings toolbar is NOT deleted.
I open the doc and it is NOT recreated.
Am I doing something wrong?
I have 97, 2K, XP, and 03 here. I will test...
Hi, Howard.
At the risk of looking like a complete numbskull, I did look at your template file and saw all kinds of code to delete the toolbar. Now, I'm no coder, but I've used this code in many...
When requesting assistance with code issues, providing the code is not only helpful, but usually necessary.
Well, removing FP entirely is my only fix too.
Why do you believe the CD to be corrupt?
Dirty workaround if we can't get it to work for you by default...
Hit alt+F9 to show field codes.
You'll notice that when you insert a regular old cross ref to a paragraph, the REF looks...
Okay, here's what I'd do; please be VERY careful to follow these instructions exactly!
First, running repair from the CD would be the same as from the control panel.
The control panel is...
Most anything can be done; it's how much effort goes into it. I know I couldn't get you the code for free...and that's NOT a solicitation for you to pay for it.
If I were you, I would just record...
Click the actual number instead of the dropdown and type a 7 and hit enter.
Run Repair on FrontPage (or Office) in the Control Panel.
Seems if I did this all the time, which I don't, I'd make a new message with the correct signature, then File-Save as and make it an OFT file. Do that for each account. Put the OFT files someplace...
Hi, Lynden. Try this Technet article.
http://support.microsoft.com/default.aspx?...Product=wrd2003
You should have <firstname>X<lastname>
where the X is just a space.
What do you have between the two merge fields?
If it's attempting to fire before a document is even open then it MUST be in the Document_New of the template and/or Document_Open event of the template or document.
I think you will find this is not possible. However, it's very quickly and easily done in Paint or any other graphic program by creating the text twice--one in black, and placing the black one...