Hi Friends ,
i am trying to paste my formulas in Special Value till the last row where data is present , i have tried and unable to get the proper solution
i have tried the below code however it is selecting the column B:E even i have put ilastrow still selecting the entire columns please help on the below code
please review where i am missing out
i am trying to paste my formulas in Special Value till the last row where data is present , i have tried and unable to get the proper solution
i have tried the below code however it is selecting the column B:E even i have put ilastrow still selecting the entire columns please help on the below code
Code:
Columns("A:A").Select
Range("B:E").Copy
Range("B:E").PasteSpecial xlPasteValues
Range("B:E" & lastrow).PasteSpecial xlPasteValues