Hey guys,
I'm new here but I've been referring MrExcel quite a few times for solutions over several vba conundrums but I can't find an answer to this one yet.
I have 4 cells which should populate with 1, 2, 3 or 4 in a random sequence everytime the script is run.
For example,
[TABLE="width: 500"]
<tbody>[TR]
[TD]Run 1[/TD]
[TD]Run2[/TD]
[TD]Run3[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]3[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]4[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]2[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Any help?
I'm new here but I've been referring MrExcel quite a few times for solutions over several vba conundrums but I can't find an answer to this one yet.
I have 4 cells which should populate with 1, 2, 3 or 4 in a random sequence everytime the script is run.
For example,
[TABLE="width: 500"]
<tbody>[TR]
[TD]Run 1[/TD]
[TD]Run2[/TD]
[TD]Run3[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]3[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]4[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]2[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Any help?