With some searching, I was able to finally get my insert rows function to work. I think I did it messy by adding the insert command 7 times (for the 7 rows I need). Can someone suggest how to do this in one line? I don't mind it messy except I'm going to have to do it again with a few more rows - thus even messier. The idea is for the code to look for the "CONCLUSION" row and insert 7 rows above it. I want the topmost row to be activated which I'll explain further in my second question below.
Next question is getting the data to fill into the 7 rows. I have a sub called AssignFieldNamesUpdate which has each of the sections and fields defined. Let me know if you need to see it in order to help with my next question. I copied the below code from another area that works correctly. I also made double sure that the arrSectionUpdate(i) is spelled right and all that. I'm getting an error on the Cells(intRowOffset, 1).Value... line below. Any ideas??HTML Code:
HTML Code:
Bookmarks