Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Code Review

Questions tagged [vba]

Ask Question

Visual Basic for Applications (VBA) is an event-driven programming language first introduced by Microsoft in 1993 to give Excel 5.0 a more robust object-oriented language for writing macros and automating the use of Excel. It is now used for the entire Office suite and over 200 non-Office hosts.

1,296 questions
Filter by
Sorted by
Tagged with
2votes
0answers
187views

ProjectI have created a VBA module calledIdx which you may find here on GitHub. It is inspired bypluck() and ...
Greg's user avatar
  • 569
4votes
1answer
278views

Lightweight Objects implementation in VBA7 (32/64-bit)As shown here, VB* class instance deallocation becomes exponentially slower the more instances of a particular class module there are.Cristian ...
MDragon's user avatar
1vote
0answers
115views

In VBForums I found the following post:Is there a way of retrieving the number of instances of a VB* class from within the class itself?One could store an instance counter in a Public variable in a ...
MDragon's user avatar
1vote
0answers
140views

BackgroundI am building a complex, standalone class. It has a property called.Mapping, which should behave like aDictionary....
6votes
1answer
117views

I am writing an Excel bookkeeping application that would be suitable for a small business or contractor. The application is based on a book on double entry bookkeeping:https://www.amazon.co.uk/gp/...
arcomber's user avatar
14votes
0answers
603views

For latest additions, see Edit sections at the bottom of this question.VB6 / VBA is slow to deallocate class instancesVB* class instance deallocation becomes exponentially slower the more instances ...
Cristian Buse's user avatar
7votes
2answers
335views

The task is to create sub-tables from an original table (like below) that contain the missing data columns (missing data is highlighted in red). The important part of this task is to make the smallest ...
Luke Wood's user avatar
3votes
1answer
174views

This code works great and does exactly what I want but it takes around 10 minutes for the code for find 150 lineups. I am hoping to get help and learn how to make it much faster.The goal of this code ...
safo2238's user avatar
3votes
0answers
157views

Traditionally, VBA developers rely on the FileSystemObject to retrieve files within a directory. I decided to test and compare different methods (Windows API, PowerQuery, PowerShell, and ...
TinMan's user avatar
  • 4,328
3votes
1answer
151views

I use the below code to loop through a list of data and search through all the sub-folders in a given folder for files which match my requirements.Right now it takes this code about 22 minutes to run,...
J. DeSantis's user avatar
2votes
0answers
311views

UpdateI have released a prototype (v0.1.0) of my SOb project, which is a generalized framework for easily simulating objects.BackgroundI am writing a VBA module ...
4votes
1answer
169views

I'm trying to loop through around 100k files in varying degrees of nested directories using vba and md5 hashing each of those files. Right now, the current state of the program takes around 1.5 to 2 ...
5votes
1answer
167views

BackgroundI encountered this issue a while back, where I tried to "set" the value of a member "in place", without changing its position within the ...
Greg's user avatar
  • 569
3votes
0answers
400views

Part 1 - A fluent unit testing framework in VBA: A fluent unit testing framework in VBAPart 2 - Fluent VBA: One Year Later: Fluent VBA: One Year LaterTwo (almost three) years have now passed since I ...
-1votes
1answer
83views

I have a chunky VBA script that needs some help making it efficient, which I think will correct the "Procedure too Large" issue I just ran into.I run the procedure from an open workbook ...
WhiteRaven76's user avatar

153050per page
1
2345
87

Hot Network Questions

more hot questions
Newest vba questions feed

[8]ページ先頭

©2009-2025 Movatter.jp