Hello all,
Got a weird one here. I have a workbook that has a saved range. I created it with the Name Manager. See below:
When it looks like that the VBA works great and creates my pivots. But after I run my first macro to mess format my source data the range ends up looking like below:
It is for some reason changing the "A" to "Y".
Any thoughts on how I can get it to stay with the original data?
Thanks
Got a weird one here. I have a workbook that has a saved range. I created it with the Name Manager. See below:
Code:
=OFFSET('Corp Paying'!$A$1,0,0,COUNTA('Corp Paying'!$A:$A),COUNTA('Corp Paying'!$1:$1))
Code:
=OFFSET('Corp Paying'!$Y$1,0,0,COUNTA('Corp Paying'!$Y:$Y),COUNTA('Corp Paying'!$1:$1))
Any thoughts on how I can get it to stay with the original data?
Thanks