RE: $$Excel-Macros$$ Re: Request for support for a looping macro

2012-10-20 Thread Asa Rossoff
ober 20, 2012 5:00 PM To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Re: Request for support for a looping macro I wonder if it would speed it up if you set calculation to xlmanual? Regards David Grugeon On 21 October 2012 03:23, Asa Rossoff wrote: > Hi Diamond Dave,

Re: $$Excel-Macros$$ Re: Request for support for a looping macro

2012-10-20 Thread David Grugeon
ce > > .Offset(0, -1).Value = .Value > > .Columns(.Columns.Count).Clear > > Set NewRow = .Rows(1).EntireRow.Offset(3, 0) > > End With > > NewRow.Insert > > Set Position = NewRow.Cells(1) > > Position.Value = "variance" > > End Sub > > > > FURTH

RE: $$Excel-Macros$$ Re: Request for support for a looping macro

2012-10-18 Thread Pehrson, Dave
Don, I apologize for a delayed response, your response was shuffled my "junk" mail, and I had overlooked it. I appreciate you looking at my request. I'm not a programmer, so you are right on, I often do things the hard way, not knowing the easy way. Let me re-think the request and better