Hello,
I have an Excel file, with multiple tabs, in which I pull in data (daily) using VBA. I use sparklines to show trends, and I usually do this part of it manually (basically extending the sparkline to the next cell, including cells that have a value of zero). I'm looking for a way to make this as efficient as possible by writing in more VBA code that will automatically extend the sparkline to the next cell containing data. Can anyone help? Thanks in advance.
I have an Excel file, with multiple tabs, in which I pull in data (daily) using VBA. I use sparklines to show trends, and I usually do this part of it manually (basically extending the sparkline to the next cell, including cells that have a value of zero). I'm looking for a way to make this as efficient as possible by writing in more VBA code that will automatically extend the sparkline to the next cell containing data. Can anyone help? Thanks in advance.