Skip to content
Stack Code Review
Question and answer site for peer programmer code reviews.
MENU
  • HOME

Tag: vba

Sorting efficiently by multiple columns [closed]

By mariaPosted on April 1, 2023

Problem Closed. This question is off-topic. It is not currently accepting answers. This question does not appear to be a […]

A ‘flexible’ VBA approach to lookups using arrays, scripting dictionary and user input

By mariaPosted on March 31, 2023

Problem In my previous post Optimise compare and match method using scripting.dictionary in VBA I wanted to address optimising the […]

VBA performance with Early Bind vs. Late Bind on called Sub-procedure

By mariaPosted on March 28, 2023

Problem I was using early bind to reference the dictionary and realised that some users might not be willing to […]

Show all full/partial search matches in the first worksheet from other worksheets

By mariaPosted on March 25, 2023

Problem Search and display all instances of a full/partial match in the first worksheet from all the other worksheets in […]

Function to return a legal name for an Excel range: Follow-up

By mariaPosted on March 23, 2023

Problem This Excel VBA function was originally the subject of a previous question on Code Review. This function (Namify()) takes […]

Return a substring containing a certain pattern to VBA

By mariaPosted on March 22, 2023

Problem I’ve written in a C++ dll the following function to return to VBA a substring containing a certain pattern, […]

Retrieve data from table with criteria

By mariaPosted on March 22, 2023

Problem I have to create a custom table (like a pivot table), where users can find immediately the total of […]

Are these good examples of functions that do one thing only or am I getting a little carried away?

By mariaPosted on March 16, 2023

Problem I’m reading Robert C. Martin’s “Clean Code” and for the past few days I’ve been fiddling with its function […]

Function to return a string legal for a range name

By mariaPosted on March 16, 2023

Problem I wrote an Excel VBA function that will take a string argument and return a string that is legal […]

Finding the position of a string in a dimension of an array

By mariaPosted on March 15, 2023

Problem Given an array and a string and bounds within which to search, I need to find the position of […]

  • 1
  • 2
  • 3
  • …
  • 83

Recent Posts

  • Basic tic-tac-toe matrix in Haskell
  • Effective usage of multiple joins in Eloquent dependent on variable
  • HTTP Get & Post code with slow performance
  • Attempting to efficiently compute the largest prime factor
  • Finding all integers in an array with odd occurrence
  • Password reset process security
  • Get the value of the name attribute of each element with class=”class”
  • QuickSort C# Implementation
  • helper function to determine if html text is wrapped with a certain tag
  • A generic singleton
  • How’d I do on this card matching game?
  • Parsing ~100,000 strings and matching them to various classes
  • Graph representation implementation
  • Layered network protocol serialize / deserialize
  • Confirm regex for validating password policy

Categories

  • .Net
  • Algorithm
  • Android
  • Array
  • Bash
  • C#
  • Console
  • CSS
  • Haskel
  • Html
  • Java
  • Javascript
  • JSON
  • MySQL
  • Node Js
  • Object Oriented
  • Parsing
  • Php
  • Programming Chalenge
  • Python 3
  • React JS
  • Recursion
  • Regex
  • Ruby
  • Security
  • Sorting
  • SQL
  • Strings
  • Swift
  • VBA
Proudly powered by WordPress / Theme: Superfast