i've found that you could shorten your code.
example:
to this:![]()
if Worksheets("Sheet1").Range("A1") = 2 then Worksheets("Sheet1").Range("B1") = "well done" Worksheets("Sheet1").Range("B2") = "Passed" end if
Could someone give me a brief on this subject?![]()
if Worksheets("Sheet1").Range("A1") = 2 then Worksheets("Sheet1").Range("B1") = "well done": Worksheets("Sheet1").Range("B2") = "Passed"
why/where to use and why/where not to use this
![]()
--> : <--
Bookmarks