Welcome To Snipplr
Everyone's Recent Visual Basic Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
How to list directories and subdirectories in an excel sheet ?
0
342
posted 1 year ago by martinbrait
rechercher une valeur dans une variable tableau (Array) en VBA
Find some value into an array
0
245
posted 1 year ago by martinbrait
List of access database queries
Pour tester, ouvre la fenêtre de Debug (CTRL G), et tapes-y 'ListeRequetes' et appuye sur la touche [Entrée].
0
238
posted 1 year ago by martinbrait
Le code suivant vous permet de copier un fichier (par exemple un document Word ou un PDF) dans une archive existante. Cela implique que le fichier original sera ajouté à l'archive mais restera également dans sa forme originale (non-compressée) à l'en...
0
213
posted 1 year ago by martinbrait
Il suffit d'indiquer le nom du fichier à archiver et le nom de l'archive. Par défaut, si l'archive mentionné existe déjà, la macro va l'effacer avant de le recréer.
Archive / compress a file with VBA
0
203
posted 1 year ago by martinbrait
Comment lister tous les fichiers d'un répertoire dans un fichier excel ?
Excel (VBA) list all filenames in a directory
mastipro
0
277
posted 1 year ago by martinbrait
Read data from TXT files to import them in Excel environment
0
272
posted 3 years ago by buglilorenzo
The following example of VB6 sample SMS code uses an expedient object, contingent on the HTTP API.
0
511
posted 3 years ago by Broadnet
If you've forgotten a password to an Excel workbook that was created in version 2010 or older. See URL for more details.
0
273
posted 4 years ago by cueballrawn
Selecting different values from a data validation drop down list will populate the same cell, i.e. it will create a concatenating list separated by commas.
Amend the "If Target.Column" values to set the columns this applies to.
0
296
posted 4 years ago by cueballrawn
Create a custom right-click menu that will list and launch all macros in the DemonstationMacros module. Copy and past the code into the relevant object or module.
0
305
posted 4 years ago by cueballrawn
Import CSV files into a named table in Access database. Use to bulk load tables.
0
364
posted 4 years ago by cueballrawn
Lists all filenames in a directory if you need them for formulae or add into VBA.
0
293
posted 4 years ago by cueballrawn
Create a bespoke Excel function that allows you to hash (anonnymise / pseudonymise) strings such as unique identifiers. Once you've inserted the VBA, use the function "=BASE64SHA1(cellreference)" to generate the hash.
0
1192
posted 4 years ago by cueballrawn
This inserts a new column in the active worksheet and lists all the worksheet names, using a row for each name. Useful if you have lots of worksheets names that you want to reference accurately.
0
303
posted 4 years ago by cueballrawn
This code allows you to open an Excel workbook from an Access database and run macros within the target workbook. This could be used to format / clean data prior to import for example.
0
284
posted 4 years ago by cueballrawn
Hide specific worksheets in a workbook that contain a prefix. This example uses "Admin_", although this can be changed easily.
0
196
posted 4 years ago by cueballrawn
Written as reply to question on ittoolbox.com:"I need to execute a query in vb which can find multiple value provided by the user to find from a single column of a table."
[http://database.ittoolbox.com/groups/technical-functional/sql-l/query-to-fin...
0
244
posted 5 years ago by bvwatson
Calculates the center moving average for a time period. The vA requires a range or an array of numbers and the iSteps takes the number of periods in the timeframe (4 for quarters, 7 for weekly, ect)
1
300
posted 5 years ago by BDOGG32
Two functions that can extract text from a string. Must have the Option Compare Text at the top of the module.
2
237
posted 5 years ago by BDOGG32
Uses regular expressions to do string manipulation. Enter a regular expression into the required parameter and what you want the manipulation to do and it will process the string manipulation. For example if A1 contains John Doe1, Jane Doe2, John W...
2
235
posted 5 years ago by BDOGG32
Code to turn certain feature off and on for faster running of code in Excel
1
318
posted 5 years ago by BDOGG32