Is it possible to update the track number of an mp3 file using VBA ?

I have seen Delphi code that does this. It uses Blockread and Seek which I believe is not availbale in VBA.

Are there any API's that can emulate BlockRead and Seek ?

Michael Singmin