Hi all,
I have the following code and most of it works apart from the last part to add an * to the end of the line.
Does anyone have any idea how I can get it to add the * at the end of the text box.
It displays the first one but not the last one?
Regards
Spike



I have the following code and most of it works apart from the last part to add an * to the end of the line.
Does anyone have any idea how I can get it to add the * at the end of the text box.
It displays the first one but not the last one?
Code:
txtLabel1 = "*IQA" & Format(txtLabel1, "000") & Format(txtLabel1, "/10") _
& Format(txtLabel1, "*")
Regards
Spike


