Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Charts
Charts
Resolved · Low Priority · Version 2007
Patricia has attended:
Excel VBA Intro Intermediate course
Excel VBA Advanced course
Charts
How to position a chart by cell reference? e.g. Top Left in cell A10.
For upcoming training course dates see: Pricing & availability
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
|
