G'Day Vadar,
1. Your IE example worked OK for me.
2. Possibly the MessageBox is full of preceeding characters and the message dosn't fit the MessageBox.
Does this help:
VB Code:
MsgBox Replace(objHelper.BlockFormats.Item(i), Chr(0), "") 'Or MsgBox Trim$(objHelper.BlockFormats.Item(i))
Edit: The above assumption generaly relates to a large MessageBox... with noting in it.
If in your case if it's small (ie. would hold one line only), then the problem may be elsewhere.
Bruce.




Reply With Quote