I read you can declare a variable and assign it on the same line, but on that forum post... there was confusion as to being able to do it with String data types. 1 guy said, yes...another said no.
I can't get it to work... but thought I'd ask if I just have my syntax wrong... any help would be appreciated.
Code:
Dim varSTAT As String: varSTAT = Sheets("Office View").Range("J" & (ActiveCell.Row)).Value