Linking to specific cells in pivot table
Guest
Re: So close! Problems with Loop
Thanks Paul. How do I verify what x and z are when the loop ends?
"PaulD" wrote:
>
> "Linking to specific cells in pivot table"
> <Linkingtospecificcellsinpivottable@discussions.microsoft.com> wrote in
> message news:CD85B1A6-97CF-47B8-84E7-F04CB700AFCF@microsoft.com...
> : Hi - I'm almost there! For some reason, the loop I wrote stops before it
> : should (it should stop when variable x = variable z). Can someone take a
> : look and let me know if they think they know why? The loop starts half
> way
> : down -- I put in the code for the whole Macro as it may help you
> understand
> : what I'm doing here. Any help is appreciated!!
> :
> <snip>:
>
> : Do While x <> z
>
> have you tried Do Until x = z
> did you verify what x and z were when the loop ended?
>
> Paul D
>
>
>
Bookmarks