Forum Discussion

chahine's avatar
chahine
Iron Contributor
May 28, 2022
Solved

paste special in vba not working

Hello excel community hope all of you are doing well   i have a concern about paste special, i am doing a file where i will have different sheets created based on states now when i use paste spec...
  • HansVogelaar's avatar
    HansVogelaar
    May 28, 2022

    chahine 

    PasteSpecial selects the range you paste to.

    If you use range.Copy Destination:=other_range, that does not happen, so it would be better to use that.

Resources