View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] desireestar@gmail.com is offline
external usenet poster
 
Posts: 1
Default Looping through valid inputs (VBA)

How to write a simple program to:


Test all possible combinations of adding two numbers that range from
1-100 each (10,000 total possible combination) using some sort of
looping structure.



My guess (and I'm new at programming) is that there will be some sort
of nested loops but the logic escapes me.