View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default data reading/writing question?

http://support.microsoft.com/kb/172267/en-us
SAMPLE: RECEDIT.VBP Demonstrates File I/O in Visual Basic

See binary file

for an encryption algorithm (MD5)
http://www.frez.co.uk/freecode.htm#md5

--
Regards,
Tom Ogilvy

"Craig M" wrote in message
news:EO%Qg.13531$R63.6582@pd7urf1no...
Hi there, I'm looking for the best way to create a userform that asks for
an Username and Password. I want to be able to add/remove a user, I know
how to do this by writing the info to a worksheet, I also know how to
write the info to a *.txt file... is it possible to write the info into a
non text *.dat file or something encrypted?


Craig