Howdy,
I have a setup where I've written several functions referencing variables that I have hardcoded in
but I'd like to set up something like this
Is there a way to do this without running a subroutine?
I have a setup where I've written several functions referencing variables that I have hardcoded in
Code:
Const SmallDP As Double = 6.5
Code:
Dim SmallDP As Double
SmallDP = Thisworkbook.worksheets("Input").cells(15,8)