...we already broken enough rules like being off topic already...
tomtom said:Oh, I know about the e-mails ...we don't wanna make LT mad ...![]()
tomtom said:Oh, I know about the e-mails ...we don't wanna make LT mad ...![]()
gsobier said:...we already broken enough rules like being off topic already...
PAB said:Thanks for the Reply,
I have Tried Several Ways to get it to Start the Output in Cell "A1" But to NO Avail.
How would I get it to Also Print the Totals for the Number of Combinations Please.
Thanks in Advance.
All the Best
PAB
![]()
gsobier said:..if you know my e-Mail, send away.. ...we are not allowed to exchange e-Maill addresses here...
PAB said:Thanks for the Reply,
I have Tried Several Ways to get it to Start the Output in Cell "A1" But to NO Avail.
How would I get it to Also Print the Totals for the Number of Combinations Please.
Thanks in Advance.
All the Best
PAB
![]()
PAB said:If GillesD is Able to get the Output to Start in Cell "A1", and Manage to get it to Print the Grand Total for the Number of Combinations, it will be Complete.
All the Best
PAB
![]()
PAB said:I Managed to get it to Print the Total Combinations Directly After the Totals for EACH Distribution, there is Probably a Far Simpler and Elegant Way to do this, But at Least it Works.
Unfortunately I Still Can't get it to Start Printing in Cell "A1", have you got Any Ideas Please.
Next F
Next E
Next D
Next C
Next B
Next A
Range("A1").Select
For I = 1 To 11
ActiveCell.Offset(I, 0).Value = nType(I)
********* This Totals the Combinations *********
ActiveCell.Offset(12, 0).Value = nType(1) + nType(2) + nType(3) _
+ nType(4) + nType(5) + nType(6) + nType(7) + nType(8) _
+ nType(9) + nType(10) + nType(11)
******************************************
Next I
End Sub
Thanks in Advance.
All the Best
PAB
![]()
tomtom said:Hey PAB
It seems GillesD is bussy or something, so even I did't try this thingy nor I'm interested in, here is just a small advice for you - try
ActiveCell.Offset(I-1, 0).Value = nType(I)
Good luck