LukiiMaxim96
New Member
- Joined
- May 18, 2021
- Messages
- 9
- Office Version
- 365
- Platform
- Windows
Hi.. I need a little bit help with that one.
I managed to write a VBA code to copy paste the range C7:AX10 from another workbook and now, I would like to have the chart's x-axis automatically adjusted to the maximum value "100" which would be in AI8.
This is my start so far..:
Range("C8:AX8").Find("100")
I do not now how to continue. Every hint is appreciated.
Thank you.
I managed to write a VBA code to copy paste the range C7:AX10 from another workbook and now, I would like to have the chart's x-axis automatically adjusted to the maximum value "100" which would be in AI8.
This is my start so far..:
Range("C8:AX8").Find("100")
I do not now how to continue. Every hint is appreciated.
Thank you.