Yes. The way it is currently written the data within the .txt file appears and is then replaced with the second line. However I'd like to see how it looks scrolling right to left.
Hello,
I have used the following code to retrieve data from a .txt file. Is there a way to display the data so that it scrolls horizontally?
<style type="text/css" media="screen">
.ticker {
background-color:FFFFFF;
font-family: Tahoma;
font-size:10pt;
color:red;
border-width:0...
I'm trying to have some text boxes in Excel write to a .txt file. The code I have will write as I would like but I would like the the text boxes with no data to be ignored.
Private Sub CommandButton2_Click()
text1 = "MESSAGES" & vbCrLf
text1 = text1 &...
I'm trying to have some text boxes in Excel write to a .txt file. The code I have will write as I would like but I would like the the text boxes with no data to be ignored.
Private Sub CommandButton2_Click()
text1 = "MESSAGES" & vbCrLf
text1 = text1 &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.