Hi,I took some sleep to think about it.

As I understand your problem/desire now is:

You have a txt-file that contains data which you fill into several "blkview" worksheets, you do that using what??
If you are using code for that already, the easiest thing would be to implement the creating of all "mapview" sheets into this code.


In your example mapview's there are some significant differences:

You have Periods ranging from lower limit "0" or "1" to "8" or "(blank)". Is that correct, or should it be 0-8 for all?

For AktBlk you have Values using one Letter and two digits, what is the maximum number of different letters in one view?
The numbers allways range from "01" counting up. Is there a maximum?

On formatting of mapview:

For each Period you have:

A yellow header block (2 rows, width according number of diffferent letters). This Block holds the Period number ("Period X") in the first cell and in a cellblock a date/time or what(different ones are used)???

Under each of those yellow headers you have for each different letter a 3 column-wide block.
For each number ("A01 ")you 3 Columns and 2 rows in alteranting color.The number is put in the first row,second column.
The corresponding value from blkview should be in second row, first column.
But sometimes the letters go in different blocks??(look at mapview2, is that correct?)

Finally, if you already have some code, please post it, that way I can be of better help.