Nikas
Dec 10 2005, 07:24 AM
i have this question
Write a VBA program (using Loop) to generate the following Xmas tree figure.
Refer to Appendix for hints. (Change the column width to 2 )

Any Help ?
groovicus
Dec 11 2005, 09:45 AM
Since it is appears to be homework, what do you think you should do? Think about your problem. The first line has one asterisk. The second line has two asterisks, etc. There area total of 9 lines. There are two things you need to consider. First, how to stop after writing nine lines. Second, how do you append the strings so that one more asterisk is added to the string each line?
Nikas
Dec 13 2005, 11:58 AM
i've got it already. anyway thanks.