I have a VB app. that puts a tab delimited text string onto the clipboard for pasting into Excel.
e.g. Clipboard.SetText strData$
each row is terminated by a carriage return.
This works fine on 99% of the machines it is run on.
But one will not see anything on the clipboard for pasting.
It is on a Novell network could this be a factor?
Has anyone had any such problems with Excel?
Thanks in advance for any thoughts on this.
Dave.
e.g. Clipboard.SetText strData$
each row is terminated by a carriage return.
This works fine on 99% of the machines it is run on.
But one will not see anything on the clipboard for pasting.
It is on a Novell network could this be a factor?
Has anyone had any such problems with Excel?
Thanks in advance for any thoughts on this.
Dave.