Hi all,
I have 2 questions...
1. Don´t quite understand why I get an error when using this VBA code. It does not like me using curdate in the Hlookup statement
Sub ph()
'Dimensioning
Dim curdate As String
Dim ph As Variant
'Set values
curdate = Range("B34")
'work things out
MsgBox...