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
As Range > > InsertRangeAddress = Null > > For Row = 4 To StopRow Step 3 > > InsertRangeAddress = (InsertRangeAddress + ",") & Row & ":" & Row > > Next Row > > Set InsertRange = Ws.Range(InsertRangeAddress) > &g

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

2012-10-18 Thread Pehrson, Dave
xcel-Macros$$ Re: Request for support for a looping macro Methinks you are making this much more difficult than necessary. Either fully explain what you want with before/after example If all else fails, send file to dguillett1 @gmail.com On Tuesday, October 2, 2012 4:33:57 PM UTC-5, Diamond Dave

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

2012-10-02 Thread Don Guillett
Methinks you are making this much more difficult than necessary. Either fully explain what you want with before/after example If all else fails, send file to dguillett1 @gmail.com On Tuesday, October 2, 2012 4:33:57 PM UTC-5, Diamond Dave wrote: > > Attached is a file which contains a Macro (S