Hi guys,
Sorry for the poor title, i had no idea how to name such a simple task
I have a number lets say "10" stored in a variable. I want to split that variable into 2x multiplication table. 2,4,6,8,10. I need to do this via VBA, i will be adding the result to a combobox.
In python i would store that 2,4,6,8,10 in a list and display it. I'm not sure of the equivalent in VBA.
Thanks for any help guys!
Sorry for the poor title, i had no idea how to name such a simple task
I have a number lets say "10" stored in a variable. I want to split that variable into 2x multiplication table. 2,4,6,8,10. I need to do this via VBA, i will be adding the result to a combobox.
In python i would store that 2,4,6,8,10 in a list and display it. I'm not sure of the equivalent in VBA.
Thanks for any help guys!