I am a bit pressed for time so hopefully someone like macropod can speed up helping you. The problem is that your code for InsertRowWithContent (and InsertColumnWithContent) uses Selection. And now you are saying that you do NOT want to use Selection. Therefore things like:
Set oRows = Selection.Rows(1)
are wrong.
It all has to be changed to only use table(7) rows and columns.
|