VBA 94 Visual Basic for Application (or macros) in most applications. Code here can also be used in VBA-Excel

Card image cap
AreTheyTheSame

Compares between two files in binary mode and returns true if they are ...

Card image cap
DeleteTree

Deletes tree of files

Card image cap
IsFolder

Returns a Boolean value that indicates if the parameter is a folder.

Card image cap
BinaryFile_Read + BinaryFile_Save

Reads binary file in chunks, if not chuck defined, all file will be red/saved ...

Card image cap
DirsCombo_Read

Read directories in a specified folder into a combobox Needs FrmBr having Cbo1

Card image cap
ScreenRes

Reads screen resolution, using IE this time, this one will get the active ...

Card image cap
EnvVar_All

Read all Environment variables using EnvDir_All Or quickly get user folder, or ...

Card image cap
Reversefile

Reversing a file This tip demonstrates how to reverse a whole file. This ...

Card image cap
File_MostRecent

Getting most recent file in a folder

Card image cap
WaitFor + ShellWait

Tell App to wait for number of seconds and Execute command and wait for it ...

Card image cap
HardDrivePartitionSN

Get Hard drive SN (old fashioned way) using FileSystemObject

Card image cap
BrowseFolder

Asks user for a folder tested in VBA of word as well as VBA in Excel