Growing tired of crazy Excel calisthenics to display certain data, I decided to develop a For Loop UDF. It works ok, if yet a little clunky. Here's the code:
Function FORLOOP(
ByVal string_variable As String,
ByVal start_value As Long,
ByVal value_limit As Long,
ByVal value_increment As...