Hello,
Trying to declare some variables in Module, so when i hit commandbutton to take another value (also depending from listbox value) to create a graph in a picturebox,
but when i execute the values are 0.
Here is the code.
Option Explicit
Public Function mysub()
Dim myrange As Range
Dim...