View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike L.[_3_] Mike L.[_3_] is offline
external usenet poster
 
Posts: 1
Default Need help with a simple macro, really lost.

I have two inputs
C2 and G2

that go through a complex blue printing system to generate a bunch of
values, call them

'sheet2'!a4
'sheet2'!b6

and a bunch more.

I want to write a macro that will get the outputs from a4 and b6 for
a range of 1 to 100 for c2 and 1 to 100 for g2 and display it on two
columns

C2 | G2 | output from a4 | output from b6 |
1 1 ouput1 output1
1 2 output2 output2
....
100 100 output9999 output9999