Author: Alfie [UK]Alfie [UK] Date: Jul 21, 2008 11:20
On Mon, 21 Jul 2008 18:48:56 +0100, "charles@ home.com"
home.com> wrote:
>When I run this I dont get any result.
>
>Can you help?
>
The module as it stands outputs the result to the immediate window which
will hide itself after running if you don't have it showing normally.
Either [View], the [Immediate Window], or change the line;
Debug.Print GetFileCRC(sFile)
...to...
MsgBox GetFileCRC(sFile)
Obviously you'll need to tailor usage and output to your own app.
HTH
--
Alfie [UK]
< http://www.delphia.co.uk/>
Forgive me if I can't give you the answers today, I don't have all the answers, and the answers I do have may be different tomorrow.
|