Thread: [Solved] Adding Rows to a Table
View Single Post
 
Old 12-27-2013, 02:06 PM
fumei fumei is offline Windows 7 64bit Office XP
Expert
 
Join Date: Jan 2013
Posts: 440
fumei is on a distinguished road
Default

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.
Reply With Quote