I did not use VBA for a while and I have an error 1004 when using this very simple command. I don't know what I have wrong there as it is very basic. (the range "start" is defined in the sheet "Output")
thanks a lot for your help
Sub simple()
Dim under_unit As Variant
under_unit = ThisWorkbook.Worksheets("Output").Range("start").Value
End Sub