V
Vince Parsons
Greetings all,
I am trying to assign a variable based on a cell value.
Dim File2 As String
File2 = (Worksheets("Sheet3").Cell("B2").Value)
Ofcourse, this doesn't work.
Thanks for any hel
I am trying to assign a variable based on a cell value.
Dim File2 As String
File2 = (Worksheets("Sheet3").Cell("B2").Value)
Ofcourse, this doesn't work.
Thanks for any hel
