Below are snippets for Stefan0410.

ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

0
Date Submitted Tue. Jul. 6th, 2010 12:58 PM
Revision 1
Helper Stefan0410
Tags "Visual BASIC" | FIFO | Queue | VB | VBA
Comments 0 comments
A really simple way getting a FIFO Queue by using a array
1
Date Submitted Tue. Jul. 6th, 2010 12:06 PM
Revision 1
Helper Stefan0410
Tags "Visual BASIC" | FILO | LIFO | Stack | VB | VBA
Comments 0 comments
This module shows a really simple way to handle values in a LastIn-FirstOut (LIFO) stack by using array

- Push und Pop Functionality
0
Date Submitted Mon. Jul. 5th, 2010 6:58 PM
Revision 1
Helper Stefan0410
Tags excel | Hash | hashtable | VB | VBA
Comments 0 comments
A simple HashTable Function in VBA, incl. checking for unique key.