Consulting

Page 3 of 3 FirstFirst 1 2 3
Results 41 to 45 of 45

Thread: Solved: Wrote a Macro in Word, now What???

  1. #41
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    Hi Julie,
    An updated version to try. (I'll test it on 97 later) The output need some formatting, but I think all the fields are functioning correctly. The Calculate function is automatic on the Userform, trigerred when a change is made.

    Tony,
    I was having some problem (still) with the image, so cancelled the Activate macro. Things still seemed to work as regards opening without the background, so I deleted this and dependent subs, and also the image. I've left in all the declarations and things, as I'm not really sure what's going on!
    If you could remove any extraneous items from the start, I think a version of this would be suitable for a KB item or Add-in.

    MD

  2. #42
    VBAX Regular JOrzech's Avatar
    Joined
    Jun 2004
    Location
    Upstate New York
    Posts
    83
    Location
    MD - Thanks - looks like you've got it pretty much done. I appreciate that for Julie's sake because I'm going out of town for Illustrator training for a week and wasn't sure when I'd be able to get to it.

    As always, great job!
    Joanne

  3. #43
    VBAX Master TonyJollans's Avatar
    Joined
    May 2004
    Location
    Norfolk, England
    Posts
    2,291
    Location
    I have removed the definitions related to the code you deleted.

    For the record, all that's left is:

    a) in the AutoOpen Sub in ThisDocument, a line at the start - Application.Visible = False, and
    b) The QueryClose Event handler in UserForm1 with the line - Application.Visible = True

    The Form does not have an icon, cannot be minimized and does not appear on the taskbar but it can still be selected via Alt+Tab (showing as a Word icon).
    Enjoy,
    Tony

    ---------------------------------------------------------------
    Give a man a fish and he'll eat for a day.
    Teach him how to fish and he'll sit in a boat and drink beer all day.

    I'm (slowly) building my own site: www.WordArticles.com

  4. #44
    Administrator
    VP-Knowledge Base VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    Hi Julie,
    Are things working?
    MD

  5. #45
    VBAX Regular
    Joined
    Aug 2004
    Posts
    13
    Location

    Talking

    Everyone,

    Thank you so much for all of your invaluable time! It looks good...I should be able to figure out the minor adjustments I want to make. Thanks again!!

    Julie

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •