M
mangesh_yadav
I want to keep my chart stationary in a worksheet (It is not an objec
in new sheet) while I scroll horizantally or vertically, so tha
whatever changes I make, I can see in the graph directly. Any idea o
how to do this through VBA.
I tried something like :-
ActiveSheet.Shapes("Chart 98").Left 50
ActiveSheet.Shapes("Chart 98").Top 30
But it doesn't work
Manges
in new sheet) while I scroll horizantally or vertically, so tha
whatever changes I make, I can see in the graph directly. Any idea o
how to do this through VBA.
I tried something like :-
ActiveSheet.Shapes("Chart 98").Left 50
ActiveSheet.Shapes("Chart 98").Top 30
But it doesn't work
Manges