Welcome to JiKe DevOps Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
508 views
in Technique[技术] by (71.8m points)

Excel VBA problem: Plotting of smooth line scatter graph

Needed to plot multiple x&y graphs. X values is fixed. Problems encountered: each y value have multiple values, thus i utilised the following equation as a subroutine function.

Sub lastRow()

lastRow=Cells(Rows.Count, 2).End(xlUp).Row
Range("B1:B"&lastRow).Select

When i run this 2 lines, there's an error. Additionally, when i do that i realised that I have no idea how to loop it so that i can garner all the values for y-axis and is hard for me to plot a graph.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

Please log in or register to answer this question.

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to JiKe DevOps Community for programmer and developer-Open, Learning and Share
...