Is there any way in Excel, to see the mouse position in "points" so that you can then use that information in code like that below. In other words, how do you tell what the position is of any place on a worksheet, in points, so you can then place your Charts where you want them?
With ActiveSheet.Shapes("No Match - Overlays")
.Top = 30
.Left = 350
.Width = 310
.Height = 200
End With
Thanks,
JohnF
With ActiveSheet.Shapes("No Match - Overlays")
.Top = 30
.Left = 350
.Width = 310
.Height = 200
End With
Thanks,
JohnF