Search found 3 matches

by DeDum
Wed Mar 27, 2024 12:49 pm
Forum: API
Topic: Browse Folder
Topic: Browse Folder
Replies: 13
Views: 4423

Re: Browse Folder

Finally made the module. Allows adding to other macros Some changes: 1. Replaced the variant variables with strings 2. Returning folder path will have "\" appended at end 3. User profile desktop returned as default Add this module to any macro VBA -> File -> Import File -> choose the .bas ...
by DeDum
Sat Feb 26, 2022 9:35 am
Forum: API
Topic: Couple free SW Partner solutions
Replies: 1
Views: 712

Re: Couple free SW Partner solutions

@sloworks Thanks for the share!
by DeDum
Sat Feb 26, 2022 9:28 am
Forum: API
Topic: Browse Folder
Topic: Browse Folder
Replies: 13
Views: 4423

Re: Browse Folder

CarrieIves suggestions on how I should be handling functions like this? Should I have a separate macro that basically just calls a function Create a module. You can reuse this module in each macro just import it when needed. The module file type is .bas and can be edited in any text editor (I sugge...