How do I copy a range of formula values and paste them to a specific range in another sheet?

前端 未结 2 513
天命终不由人
天命终不由人 2020-12-01 11:03

I\'m trying to get an excel macro to work but I\'m having an issue with copying the values from formula-containing cells.

So far this is what I have and it works fin

2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-01 11:48

    How about if you're copying each column in a sheet to different sheets? Example: row B of mysheet to row B of sheet1, row C of mysheet to row B of sheet 2...

提交回复
热议问题