1 year ago
#70649
Sphinx
vb.net clipboard numbers gets truncated
I have some numbers in excel. I need to copy/past them to listview control on userform.
I'm using clipboard Dim str As String = Clipboard.GetText
to read copied data. Problem is that numbers get truncated to part only visible in excell cell.
Number 2 will be pasted as 6,504 but in real it's 6,50365714285714. It's just excel formatting to show only 3 digits. How to retrieve whole number from clipboard?
vb.net
clipboard
0 Answers
Your Answer