Welcome To Snipplr


Everyone's Recent Visual Basic Snippets



« Prev 1 2 3 4
convert numbers to letters (french) V2
0 4783 posted 6 years ago by martinbrait
convert numbers to text (french) V1
0 5384 posted 6 years ago by martinbrait
How to list directories and subdirectories in an excel sheet ?
0 7679 posted 6 years ago by martinbrait
How to list files in directories and subdirectories ?
0 4733 posted 6 years ago by martinbrait
How to list files, with details, in an excel sheet
0 4388 posted 6 years ago by martinbrait
How to list recursively files, in an excel sheet ?
0 4160 posted 6 years ago by martinbrait
How to list files from a directory ?
0 4009 posted 6 years ago by martinbrait
rechercher une valeur dans une variable tableau (Array) en VBA Find some value into an array
0 4870 posted 6 years 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 4057 posted 6 years ago by martinbrait
How to populate an array with recordset data
0 4018 posted 6 years 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 3746 posted 6 years 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 3966 posted 6 years 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 4682 posted 6 years ago by martinbrait
Read data from TXT files to import them in Excel environment
0 4040 posted 8 years ago by buglilorenzo
The following example of VB6 sample SMS code uses an expedient object, contingent on the HTTP API.
0 4453 posted 8 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 3943 posted 9 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 4195 posted 9 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 4192 posted 9 years ago by cueballrawn
Import CSV files into a named table in Access database. Use to bulk load tables.
0 4185 posted 9 years ago by cueballrawn
Lists all filenames in a directory if you need them for formulae or add into VBA.
1 4086 posted 9 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 8572 posted 9 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 4131 posted 9 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 4063 posted 9 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 3715 posted 9 years ago by cueballrawn
VBA to unhide all worksheets in an Excel workbook.
0 3804 posted 9 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 1957 posted 10 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 4309 posted 11 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 3984 posted 11 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 4066 posted 11 years ago by BDOGG32
Code to turn certain feature off and on for faster running of code in Excel
1 4259 posted 11 years ago by BDOGG32
« Prev 1 2 3 4