Hi, siggisigg,
me personally would prefer to fully qualifiy the name of the worksheet instead of using itīs position in a workbook as that may be different due to somebody dragging the sheet around. This one line of code out of the context looks good for me instead that I would add a .Value after the first part of the equation
wb.Sheets("Data").Range("H" & Rows.Count).End(xlUp).Offset(1, 0).Value = wb2.Sheets(2).Range("F10").Value
Edit: You maybe should use Worksheets instead of Sheets as Sheets may as well be a chart as a worksheet.
Ciao,
Holger
Bookmarks