Patricia has attended:
Excel VBA Intro Intermediate course
Excel VBA Advanced course
Excel Pivot Tables course
Charts
How to position a chart by cell reference? e.g. Top Left in cell A10.
RE: Charts
Hello Patricia,
Heres an example of the code required for chart positioning.
.Top = Range("f7").Top
.Left = Range("f7").Left
I hope this resolves your question. If it has, please mark this question as resolved.
If you require further assistance, please reply to this post. Or perhaps you have another Microsoft Office question?
Have a great day.
Regards,
Mark
Microsoft Office Specialist Trainer