					INTRODUCTION				
	COPYVAR is a utility for use with Visual Basic that allows all the variable used in a project,  either local, form, module or global levels to be collected in one place.  The information is saved under the  .VAR extension so each .MAK project can have its own .VAR file.  Using COPYVAR speeds up the code writting process and reduces syntax errors resulting from entering the names from a printed list.  You can edit a variable name, add comments to variable or print a listing of all variable for a project.

					HOW TO USE

Switching between VB & COPYVAR:
	DO NOT minimize VB to find COPYVAR use the task window to bring either one to the front.  I like to start VB and then immediatly start COPYVAR, I then use Alt-Tab to toggle between the two.  

Copying a variable from VB:
	Highlight the variable you want to place in memory, then switch to COPYVAR.  Choose to place it in either a local, form, module or global folder and press on ADD button.

Copying a variable from COPYVAR:
	From the list box choose the variable you want copied to VB and press on COPY button.