Hello,
I'm completely new to VBA
i'm trying to get a set of indicators at the first available column in every sheet that the workbook contains.
the column that is used for the verification is in percentage
I have tried it with the macro recorder and several other things but I can't get it right
the number of columns for each sheet is the same
[TABLE="width: 500"]
<tbody>[TR]
[TD]text[/TD]
[TD]text[/TD]
[TD]text[/TD]
[TD]50[/TD]
[TD]25[/TD]
[TD]50%[/TD]
[TD]50%[/TD]
[/TR]
[TR]
[TD]text[/TD]
[TD]text[/TD]
[TD]text[/TD]
[TD]50[/TD]
[TD]40[/TD]
[TD]90%[/TD]
[TD]10%[/TD]
[/TR]
[TR]
[TD]text[/TD]
[TD]text[/TD]
[TD]20[/TD]
[TD]50[/TD]
[TD]45[/TD]
[TD]95%[/TD]
[TD]5%[/TD]
[/TR]
</tbody>[/TABLE]
50% = good
10% = warning
5% = red
Can someone help me here?
Rgds,
John
I'm completely new to VBA
i'm trying to get a set of indicators at the first available column in every sheet that the workbook contains.
the column that is used for the verification is in percentage
I have tried it with the macro recorder and several other things but I can't get it right
the number of columns for each sheet is the same
[TABLE="width: 500"]
<tbody>[TR]
[TD]text[/TD]
[TD]text[/TD]
[TD]text[/TD]
[TD]50[/TD]
[TD]25[/TD]
[TD]50%[/TD]
[TD]50%[/TD]
[/TR]
[TR]
[TD]text[/TD]
[TD]text[/TD]
[TD]text[/TD]
[TD]50[/TD]
[TD]40[/TD]
[TD]90%[/TD]
[TD]10%[/TD]
[/TR]
[TR]
[TD]text[/TD]
[TD]text[/TD]
[TD]20[/TD]
[TD]50[/TD]
[TD]45[/TD]
[TD]95%[/TD]
[TD]5%[/TD]
[/TR]
</tbody>[/TABLE]
50% = good
10% = warning
5% = red
Can someone help me here?
Rgds,
John