T
Thomas Wotten
This line of code :
Worksheets("Questions").Range("B2").Value = Worksheets
("Data").Range("B" + Ion1).Value
In Visual Basic in an Excel workbook is throwing up:
Run-time error '1004'
Application-defined or object-defined error
Why?
Worksheets("Questions").Range("B2").Value = Worksheets
("Data").Range("B" + Ion1).Value
In Visual Basic in an Excel workbook is throwing up:
Run-time error '1004'
Application-defined or object-defined error
Why?