junglekingmowgli
New Member
- Joined
- Jan 21, 2011
- Messages
- 2
Hi Everyone,
I am fairly new to VBA coding, and I needed some simple help. For my x-axis, I want to select time. For my Y-axis, I want to select temperature. This data is already provided to me.
I want to plot the data using scatter of line graph options. The problem arises because the data sets do not have equal number of rows. For example, 1 data set will have 200 rows and another 300. Thus, I need a VBA code that will select the data (last row) automatically and plot it.
All your help would be greatly appreciated.
Thank you!
I am fairly new to VBA coding, and I needed some simple help. For my x-axis, I want to select time. For my Y-axis, I want to select temperature. This data is already provided to me.
I want to plot the data using scatter of line graph options. The problem arises because the data sets do not have equal number of rows. For example, 1 data set will have 200 rows and another 300. Thus, I need a VBA code that will select the data (last row) automatically and plot it.
All your help would be greatly appreciated.
Thank you!