Latest activity

  • K
    KitaYama replied to the thread Solved Cleaning up a Mess.
    Yes. Many of them are used for the ribbon, several for customized TaskDialogs, some for vertically aligning text in report textboxes...
  • isladogs
    isladogs replied to the thread Solved Cleaning up a Mess.
    I agree. Also consider reusability / transferability - if you want to reuse one or more of those API dependant functions / modules in...
  • isladogs
    isladogs replied to the thread 20266 Operation not supported.
    @mellamokb Good news. Microsoft have responded to the comments made by you & others on this issue. First of all, there is a new(ish)...
  • K
    KitaYama reacted to xavier.batlle's post in the thread Solved Cleaning up a Mess with Like Like.
    Yes. Years ago, I did what you want to do in a project and I've always regretted it. I remind when I wanted to add a new API module it...
  • X
    xavier.batlle replied to the thread Solved Cleaning up a Mess.
    Yes. Years ago, I did what you want to do in a project and I've always regretted it. I remind when I wanted to add a new API module it...
  • K
    KitaYama replied to the thread Solved Cleaning up a Mess.
    @xavier.batlle @sonic8 @isladogs Before following the given advice and keep the things as they are, I just want to be sure you have the...
  • K
    KitaYama reacted to sonic8's post in the thread Solved Cleaning up a Mess with Like Like.
    I don't think this is a good plan. Most API functions cannot be called in a simple and direct way as normal VBA functions but need...
  • K
    KitaYama reacted to isladogs's post in the thread Solved Cleaning up a Mess with Like Like.
    I agree with removing the old VBA6 #Else blocks which are now redundant. This should be done not just in API and variable declarations...
  • isladogs
    isladogs replied to the thread Solved Cleaning up a Mess.
    I agree with removing the old VBA6 #Else blocks which are now redundant. This should be done not just in API and variable declarations...
  • arnelgp
    Nice job adapting the calendar to use the old browser. Also, I agree that telling the AI when it does something correctly helps. I'll...
  • S
    sonic8 replied to the thread Solved Cleaning up a Mess.
    I don't think this is a good plan. Most API functions cannot be called in a simple and direct way as normal VBA functions but need...
  • K
    KitaYama reacted to The_Doc_Man's post in the thread Solved Cleaning up a Mess with Like Like.
    At first glance, I would say that Public/Private has limited or no effect on memory usage. Access doesn't do constant cleanup of memory...
  • The_Doc_Man
    The_Doc_Man replied to the thread Solved Cleaning up a Mess.
    At first glance, I would say that Public/Private has limited or no effect on memory usage. Access doesn't do constant cleanup of memory...
  • K
    KitaYama replied to the thread Solved Cleaning up a Mess.
    How about if after moving them, I use AMZ to reorder the whole module alphabetically? In this case I can see different instances of the...
  • K
    KitaYama replied to the thread Solved Cleaning up a Mess.
    One more question if you don't mind. Does changing a lot of Private Declares to Public Declares have any effect on the memory usage?
Back
Top Bottom