J
Jack
In visual basic:
When the textbox is smaller than the text, to display the last part of the
text I do:
txtWaveFile.SelStart = Len(txtWaveFile.Text)
How can I do the same for the particular cell?
I have tried:
moExcelWS.Cells(1, 2).Text.sellstart = Len(moExcelWS.Cells(1, 2).Text)
but that of course is wrong.
Jack
When the textbox is smaller than the text, to display the last part of the
text I do:
txtWaveFile.SelStart = Len(txtWaveFile.Text)
How can I do the same for the particular cell?
I have tried:
moExcelWS.Cells(1, 2).Text.sellstart = Len(moExcelWS.Cells(1, 2).Text)
but that of course is wrong.
Jack