Macro Help

  • Thread starter Thread starter BigO
  • Start date Start date
This sets the variable:

Sub dural()
Dim r As Range, v As Variant
Set r = Range("A1")
v = r.Value
End Sub

to set the cell, reverse the equation.
 
Back
Top