My Blog has been moved 👉👉👉 Second Blog

The learner Dede's Blog
VBA icon
How To VBA Series Tools Created, etc.
Archive
About
🌐
Japanese English
  • RACKET REMOVE PROCEDURE FOR MUTABLE LISTS

    Dec 21, 2022 · 1 min read · racket  ·
    Share on:

    ABOUT THIS ARTICLE Racket's buildin library has remove procedure for immutable lists [link]. But the one for mutable lists is missing, so I created and test with some codes. ENVIRONMENT Operation has been tested in Racket v8.5. SAMPLES

    Read More
  • RACKET DO-LOOP SYNTAX SAMPLES

    Sep 21, 2022 · 1 min read · racket  ·
    Share on:

    ABOUT THIS ARTICLE Racket's official documents has do-loop syntax description [link]. But the description has no samples to aid our understanding. So I created some samples. ENVIRONMENT Operation has been tested in Racket v8.5. SAMPLES

    Read More
  • CODE SAMPLES, USING JS GENERATOR, GENERATING FIBONACCI NUMBERS AND PRIME NUMBERS IN NODEJS

    Sep 10, 2022 · 1 min read · javascript node.js  ·
    Share on:

    ABOUT THIS ARTICLE A simple samples of some Math calculation using Generator in Javascript. CREATION ENVIRONMENT Node.js v16.16.0 CODE

    Read More
  • SCRIPT FOR SCRIPT_AUTO_RUNNER TO MAKE SICP TEXTBOOK MORE READABLE

    May 22, 2022 · 4 min read · javascript Chrome  ·
    Share on:

    Help me improve my English! As you probably see, I'm not a native English speaker. If you find an English expression that feel incorrect or awkward, please let me know. Message box of Disqus is under the article. Or my E-Mail is here. ABOUT THIS ARTICLE Brief Summary We can do syntax-highlighting to unhighlighted …

    Read More
  • EXCEL VBA: THE MARCO TO COPY DATA TO MERGED CELLS

    Feb 13, 2021 · 6 min read · Excel VBA HOMEMADE  ·
    Share on:

    Help me improve my English! As you probably see, I'm not a native English speaker. If you find an English expression that feel incorrect or awkward, please let me know. Message box of Disqus is under the article. Or my E-Mail is here. ABOUT THIS ARTICLE In Excel, when copying data from normal cells to merged ones, …

    Read More
  • EXCEL VBA: YOU MAY HAVE A ERROR ON CHANGING PRINTAREA DYNAMICALLY & HOW TO AVOID IT

    Jan 15, 2021 · 5 min read · VBA Excel  ·
    Share on:

    Help me improve my English! As you probably see, I'm not a native English speaker. If you find an English expression that feel incorrect or awkward, please let me know. Message box of Disqus is under the article. Or my E-Mail is here. ABOUT THIS ARTICLE You may want your implementaion to change print area of a …

    Read More
  • VBA: HOW TO USE ARRAYS AS A CLASS MEMBER WHEN USING INTERFACE INHERITANCE

    Jan 13, 2021 · 3 min read · VBA object-oriented  ·
    Share on:

    Help me improve my English! As you probably see, I'm not a native English speaker. If you find an English expression that feel incorrect or awkward, please let me know. Message box of Disqus is under the article. Or my E-Mail is here. ABOUT THIS ARTICLE In VBA we can do object-oriented programming with interface …

    Read More
  • VBA & POWERSHELL: THE TECHNIQUE TO EXTRACT A SPECIFIC STRING FROM MODULES, CLASSES OR SQL OF QUERIES IN ACCESS DATABASE

    Dec 19, 2020 · 5 min read · Access VBA PowerShell HOMEMADE  ·
    Share on:

    Help me improve my English! As you probably see, I'm not a native English speaker. If you find an English expression that feel incorrect or awkward, please let me know. Message box of Disqus is under the article. Or my E-Mail is here. ABOUT THIS ARTICLE When creating a Access VBA tool, you may search and extract a …

    Read More
  • EXCEL VBA: A MACRO TO SEARCH AND REPLACE A TEXT OF SHAPES IN EXCEL BOOK

    Dec 11, 2020 · 5 min read · Excel VBA  ·
    Share on:

    Help me improve my English! As you probably see, I'm not a native English speaker. If you find an English expression that feel incorrect or awkward, please let me know. Message box of Disqus is under the article. Or my E-Mail is here. ABOUT THIS ARTICLE Hi, I'm Dede. Here I introduce a macro to search and replace a …

    Read More
  • EXCEL VBA: TYPICAL PATTERNS FOR EXCEPTION HANDLING & SAMPLE OF HOW TO USE

    Dec 5, 2020 · 12 min read · Excel VBA HOMEMADE  ·
    Share on:

    Help me improve my English! As you probably see, I'm not a native English speaker. If you find an English expression that feel incorrect or awkward, please let me know. Message box of Disqus is under the article. Or my E-Mail is here. ABOUT THIS ARTICLE In programming, it's a general implementaion to do special …

    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • »
    • »»

dede-20191130

Starting with VBA, I'm studying computer science.
Read More

Featured Posts

  • EXCEL VBA: THE MARCO TO COPY DATA TO MERGED CELLS
  • EXCEL VBA: TYPICAL PATTERNS FOR EXCEPTION HANDLING & SAMPLE OF HOW TO USE
  • VBA: THE BENEFIT OF USING CLASS AND THE WAY TO USE, WITH A SIMPLE SAMPLE PART 1

Recent Posts

  • RACKET REMOVE PROCEDURE FOR MUTABLE LISTS
  • RACKET DO-LOOP SYNTAX SAMPLES
  • CODE SAMPLES, USING JS GENERATOR, GENERATING FIBONACCI NUMBERS AND PRIME NUMBERS IN NODEJS
  • SCRIPT FOR SCRIPT_AUTO_RUNNER TO MAKE SICP TEXTBOOK MORE READABLE
  • EXCEL VBA: THE MARCO TO COPY DATA TO MERGED CELLS
  • EXCEL VBA: YOU MAY HAVE A ERROR ON CHANGING PRINTAREA DYNAMICALLY & HOW TO AVOID IT
  • VBA: HOW TO USE ARRAYS AS A CLASS MEMBER WHEN USING INTERFACE INHERITANCE
  • VBA & POWERSHELL: THE TECHNIQUE TO EXTRACT A SPECIFIC STRING FROM MODULES, CLASSES OR SQL OF QUERIES IN ACCESS DATABASE

Archives

2022-12 1 2022-09 2 2022-05 1 2022 4 2021-02 1 2021-01 2 2021 3 2020-12 3 2020-11 8 2020-10 4 2020-07 3 2020 18

Categories

PROGRAMMING 22 APPLICATION 6 TROUBLE-SHOOTING 3 PROBLEM-SOLVING 2 SHORT-NOTE 1

Tags

VBA 18 HOMEMADE 14 EXCEL 12 ACCESS 6 OBJECT-ORIENTED 5 TOOL 4 JAVASCRIPT 2 POWERSHELL 2 RACKET 2 AUTOMATION 1 CHROME 1 EXCEL-FUNCTION 1 NODE.JS 1
The learner Dede's Blog

Copyright  THE LEARNER DEDE'S BLOG. All Rights Reserved