E
eli5m
1. how do i delete graphs from worksheet
2. i create 2 graphs in one sheet - i need to move it to right side
used this code :
ActiveChart.ChartArea.Select
ActiveSheet.Shapes(ChartName).IncrementLeft 140.5
ActiveSheet.Shapes(ChartName).IncrementTop 100.25
but the problem is when i copy the excel file to a different compute
the location
is changing ... so how do i make it fit to all??
2. i create 2 graphs in one sheet - i need to move it to right side
used this code :
ActiveChart.ChartArea.Select
ActiveSheet.Shapes(ChartName).IncrementLeft 140.5
ActiveSheet.Shapes(ChartName).IncrementTop 100.25
but the problem is when i copy the excel file to a different compute
the location
is changing ... so how do i make it fit to all??