Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
#Excel VBA, 37 Bytes
Anonymous VBE immediate window function that takes input from cell [A1] and outputs to range [B:B]
[A1]
[B:B]
[B1].Resize([A1])="=Rept(""*"",Row())
#Excel VBA, 3837 Bytes
[B1].Resize([A1])="=Rept(""*"",Row())"
#Excel VBA, 38 Bytes