Yes on the wrong forum it is data from a Pic
Text1.Text = byte1 & byte2 & byte3
adding vbcrlf or chr(13) or chr(10) has no effect on text box
if I do
text1.text = " I feel like " vbcrlf will go to the next line
but variables will not
Yes on the wrong forum it is data from a Pic
Text1.Text = byte1 & byte2 & byte3
adding vbcrlf or chr(13) or chr(10) has no effect on text box
if I do
text1.text = " I feel like " vbcrlf will go to the next line
but variables will not
Bookmarks