#Excel VBA, 72 Bytes
Excel VBA, 72 Bytes
Anonymous VBE immediate window function that takes input from cell A1 and outputs to the VBE immediate window
For i=1To Asc([A1])-64:[B1]=i:?Space(i-1)[REPT(CHAR(B1+64)&" ",B1)]:Next
#Excel VBA, 72 Bytes
Anonymous VBE immediate window function that takes input from cell A1 and outputs to the VBE immediate window
For i=1To Asc([A1])-64:[B1]=i:?Space(i-1)[REPT(CHAR(B1+64)&" ",B1)]:Next
Excel VBA, 72 Bytes
Anonymous VBE immediate window function that takes input from cell A1 and outputs to the VBE immediate window
For i=1To Asc([A1])-64:[B1]=i:?Space(i-1)[REPT(CHAR(B1+64)&" ",B1)]:Next
#Excel VBA, 72 Bytes
Anonymous VBE immediate window function that takes input from cell A1 and outputs to the VBE immediate window
For i=1To Asc([A1])-64:[B1]=i:?Space(i-1)[REPT(CHAR(B1+64)&" ",B1)]:Next