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