Hello,
can anyone tell me how I can work with a value in VBA that is stored in an excel spreasheet?
I want to make an If loop stating that:
[VBA]
If value_in_"User Data!A" & Listbox1.Listindex + 3 = 0 then
Label1.Caption = "User Data!A" & Listbox1.Listindex + 1
End If
[/VBA]