View Single Post
 
Old 07-16-2014, 06:09 AM
EC37 EC37 is offline Windows 7 64bit Office 2010 64bit
Advanced Beginner
 
Join Date: May 2014
Location: Waltham, MA
Posts: 56
EC37 is on a distinguished road
Default

The mentioning of the 'Group' code I provided, was just the idea of using that set up (perhaps replacing ".Group" with ".Copy" or ".Paste") was how I was originally going about this when I tried to figure it out for myself. But I knew I needed to edit the StartRow and EndRow to be Cells, or something. Of course your way of simply using Select Case works just as well.

Now the code you provide in your first reply this morning, you wrote:

Code:
Select Case ows.Cells(jr, 7).Value
Now, we naturally have to set what 'ows' is exactly. So what is ows referring to?
Reply With Quote