F
Felix
I'm using the below line in my code to copy sheet with fairly complex
formulas to a new sheet. The formulas in the original sheet are feed from a
data set A the new sheet is feed by a dataset B.
Worksheets("A").Cells.Copy Destination:=Worksheets("B").Cells(1, 1)
Most of the time this works fine without problems but at times some users
report that instead of the formulas the cell content copies as values. In
other words the sheet looks the way you expect (including the formating) but
the cells don't have formulas anymore and contain the values from the
original sheet. I have also seen this with varations of the below code. (i.e.
..Paste).
formulas to a new sheet. The formulas in the original sheet are feed from a
data set A the new sheet is feed by a dataset B.
Worksheets("A").Cells.Copy Destination:=Worksheets("B").Cells(1, 1)
Most of the time this works fine without problems but at times some users
report that instead of the formulas the cell content copies as values. In
other words the sheet looks the way you expect (including the formating) but
the cells don't have formulas anymore and contain the values from the
original sheet. I have also seen this with varations of the below code. (i.e.
..Paste).