Consulting

Results 1 to 7 of 7

Thread: Loosing new VBA functions when I quit Excel

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Regular
    Joined
    Jun 2004
    Location
    Los Angeles
    Posts
    22
    Location

    Loosing new VBA functions when I quit Excel

    I've ended up making a text file backup of my Excel VBA work, because 95% of the time I quit Excel, the routines I've been working on (only the new ones) are gone when I relaunch Excel!

    The routines are within two code modules of an addin project. One module for the "Finance" logic and another module for the "Excel programming" logic...

    Basically, I'm just working on logic (email sending and generating messages from cell values.) When it is time to quit, I make sure to run the "Debug->Compile XXX" pull down menu, and then I do the "File->Close and return to Microsoft Excel" pull down menu.

    Seems pretty basic... what am I missing here?

    -Blakieto
    Last edited by Aussiebear; 04-29-2023 at 08:34 PM. Reason: Adjusted the font style

Posting Permissions

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