paste as value

  1. pbornemeier

    VBA Problem with Formulas-to-Values in Non-Adjacent Cells

    This code exposes what I consider to be a bug in Excel along with a workaround. It will probably not occur in most circumstances. Option Explicit Sub DemoProblemWhenUpdatingFormulasInNonAdjacentCells() 'This code demonstrates a problem that I found the hard way ' as well as a...
  2. C

    Large document calculations

    I have a document with over 21,000 lines. The spreatsheet is totaling orders over the past year: each orange order amount and total charge is a hidden line and only the totals are visable, there could be 876 orders for oranges so when I copy and paste, all 876 lines plus the total (line I want)...
  3. C

    Paste Values

    I'm really new to VBA. I'm trying to cycle through a worksheet and if the cell has a "0" then I want it to paste "UNK". Any help would be appreciated. Thanks, Public Sub change() Dim totalRow As Long 'totalRow = Sheet1.Range(Rows.count).End(xlUp).Row totalRow = 10000 Dim startRow As Integer...
  4. S

    Alternative to convert formulas to values that keeps hyperlinks active?

    I've searched for some VBA solutions to this but I haven't found one that suits my needs. I'm using Excel 2007 and I'm a VBA novice. Problem: The macro will be assigned to a command button and will be used by laypersons when they finish filling in data on a worksheet in Workbook 1. The...
  5. R

    Find, Copy, Paste a part of a data row between Excel workbooks

    Hi all, I am very new to macro and VBA writing and see that there are a lot of very talented folks on this board who may be able to help. I have 2 workbooks I work with daily. One workbook (call it GlobalData) contains global data where any of 50+ fields could have changed each day. The second...
  6. A

    Append data from multiple worksheet to single worksheet macro

    I have a workbook with a large number of worksheets. The data in most worksheets has the same structure. For these worksheets I would like to have a macro that appends the data to a single sheet. Since the data on the worksheet have reference included I would like the data to be paste values or...
  7. S

    Convert formulas to values in a test box

    I am copying the value in a cell to another sheet's cell. I want to convert the formulas on the second cheet to reflect their value. I do this all the time within cells by using Past Special and Values however it doesn't give me that option within the Text Box Thanks
  8. A

    paste special dont work

    hi, i am having a vba code which needs to collect data from a webpage and paste the vallues in my excell sheet, somehow when i make the code it should just past it, then it will work but when i use the option xlpastespecial xlpastevallues then i get an error "method pastespecial of...
  9. A

    Insert copied cells as value

    Need a macro to Copy cells from sheet1 (row 2) and "insert copied cells"(which would create a new row) as a value in sheet2 (row 2). Any help??

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top