Hi Guys!
I would like to declare a variable that uses a value from another variable. (is this known as dynamic variables?)
The offending line is:
Wbq = ThisWorkbook.Sheets("Sheet 1").Cells(NumEntry, 2).Value
where NumEntry is the variable within another variable, Wbq.
It looks like this...