Welcome To Snipplr


Everyone's Recent Visual Basic Snippets Tagged code



« Prev 1 Next »
The following example of VB6 sample SMS code uses an expedient object, contingent on the HTTP API.
0 1386 posted 6 years ago by Broadnet
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 1076 posted 9 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 927 posted 9 years ago by BDOGG32
PROBLEM: How to save Excel range into image file. VBA macro in Excel 2007. SOLUTION: Create an empty chart, paste range image into chart area, and Export as image file. Modify code to suite to your needs.
0 3610 posted 12 years ago by win4me
« Prev 1 Next »