Hi Jannie
I have this awful feeling that you are retyping what i give you...lol save urself the trouble and just Copy and Paste the code from here to VB. It works just fine. So, ur prob is just another typing error in that line.
Regards
Stuart
VB Code:
'You typed lstrClipCopy = lstrClipCopy & Trim$(llngRows, llngCols) 'Should have been, as per original post lstrClipCopy = lstrClipCopy & Trim$(.TextMatrix(llngRows, llngCols))




lol save urself the trouble and just Copy and Paste the code from here to VB. It works just fine. So, ur prob is just another typing error in that line.
Reply With Quote