Search:

Type: Posts; User: Dreamboat; Keyword(s):

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    18
    Views
    542

    Re: Customizing Toolbars (2000/SP3)

    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...
  2. Replies
    18
    Views
    542

    Re: Customizing Toolbars (2000/SP3)

    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...
  3. Replies
    6
    Views
    881

    Re: Copy Headers/Footer (Word 97/2000/...)

    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...
  4. Replies
    4
    Views
    299

    Re: Word links - Definitions (XP)

    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...
  5. Replies
    4
    Views
    299

    Re: Word links - Definitions (XP)

    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.
    ...
  6. Replies
    7
    Views
    341

    Re: In crisis mode on a project (XL 2003)

    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...
  7. Replies
    2
    Views
    307

    Re: Mail merge from Excel (2003)

    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.
  8. Replies
    8
    Views
    423

    Re: XML features don't work (2003)

    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...
  9. Re: Word wants to save unchanged doc (2002 SP-2)

    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....
  10. Re: Word VBA: Failure to delete a toolbar (Word VBA)

    Here's the Q, Howard:
    http://www.vbaexpress.com/forum/showthread.php?t=1026

    Interesting input, too.
  11. Re: Word VBA: Failure to delete a toolbar (Word VBA)

    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.
  12. Re: Word VBA: Failure to delete a toolbar (Word VBA)

    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...
  13. Re: Word VBA: Failure to delete a toolbar (Word VBA)

    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...
  14. Re: Combo Box Automation Error 2147417848 (Excel10-VBA)

    When requesting assistance with code issues, providing the code is not only helpful, but usually necessary.
  15. Re: FP error msg-unable to access (Front page 2000)

    Well, removing FP entirely is my only fix too.
    Why do you believe the CD to be corrupt?
  16. Replies
    9
    Views
    510

    Re: Cross-References (Word 2000/SR-1)

    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...
  17. Re: FP error msg-unable to access (Front page 2000)

    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...
  18. Re: Add font size to dropdown list (W0rd97 SR2)

    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...
  19. Re: Add font size to dropdown list (W0rd97 SR2)

    Click the actual number instead of the dropdown and type a 7 and hit enter.
  20. Re: FP error msg-unable to access (Front page 2000)

    Run Repair on FrontPage (or Office) in the Control Panel.
  21. Replies
    2
    Views
    253

    Re: Signatures by default (2003)

    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...
  22. Replies
    10
    Views
    471

    Re: New tab on File New (Word 2000/3)

    Hi, Lynden. Try this Technet article.
    http://support.microsoft.com/default.aspx?...Product=wrd2003
  23. Replies
    1
    Views
    315

    Re: Merge Problem (Word 2002)

    You should have <firstname>X<lastname>
    where the X is just a space.
    What do you have between the two merge fields?
  24. Re: Which Sub called my Sub? (Win98 NL / Word97 NL)

    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.
  25. Replies
    1
    Views
    271

    Re: Adjusting shadow on text (2003)

    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...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4