I'm using Sendkeys to send foreign characters to MS Word Eg:

Private Sub cmdj_Click()
AppActivate "Microsoft Word"
SendKeys Chr$(251), True
End Sub

But what I really want is for this to work with any Win 9x/NT app that happens to be open NOT just MS Word.

Any ideas anyone

Simon