I would like to get a value in "this" openend Worksheet from an other sheet
This is my formula IN "Sheet2":
Application.Cells(ActiveCell.Row, "K").Value = ActiveWorkbook.Worksheets("Sheet1").Application.Cells(ActiveCell.Row, "C").Value
What's wrong?
Please your help
This is my formula IN "Sheet2":
Application.Cells(ActiveCell.Row, "K").Value = ActiveWorkbook.Worksheets("Sheet1").Application.Cells(ActiveCell.Row, "C").Value
What's wrong?
Please your help