Can anyone tell me how to write the code for this one. this one use for or Do While loop. It will only use Command button and the loop will be printed in the form itself ones the Command button was pressed. No Textbox or other toolbox menu needed. This loop is in the form of Pyramid not a right triangle.
1
123
12345
1234567
123456789
Thanks for the kindness people. jerald-12 from the Philippines
Getting the shape of a pyramid is going to be a bit tough, as the size of the characters is different for different characters in most fonts. Using a font with equal size per character would make it easier.
How do you intend to display this, and how many rows? There has to be some control that the string of numbers is displayed on, such as a series of labels, or a listbox, or some such.