Copying formula on a colum and paste as value

  • Dear all


    I have a sheet that Column B contains variable data which are formula based, I am trying to copy the values from Column B and paste it to Column C. My Sheet has header on row1 so header will be static.


    Tried various ways but I cant get what I like. I don't want to use record macro option as the data length keep changing.


    Your views will be appreciated.


    Kind regards

  • Re: Copying formula on a colum and paste as value


    Maybe...

  • Re: Copying formula on a colum and paste as value


    Quote from JohnCleary;729883

    Maybe...


    thank you very much , perfect

  • Re: Copying formula on a colum and paste as value


    There's a small logic error in that.


    If there is no data below the heading, then the last cell will be returned. Change

    Code
    If LastRow <> 2 Then

    to

    Code
    If LastRow <> Rows.Count then

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!