paste as values

  1. D

    Prevent paste from wepage overriding custom validation cell

    I have a small range of cells that have a custom validation that prevents entry when another cell is true. I have users copying from a web page and pasting into these cells and therefore overriding the validation. I've spent hours reading forums and trying various codes, probably in the wrong...
  2. J

    COPY PASTE USING VBA CODE

    I have this problem. I want to create another workbook and paste the values of specific starting cell and select down to the end. Then, I want to copy the values starting at cell AP41. the sample output was shown in the picture output1. in my source file, I have 100 sheets, I want to loop on the...
  3. T

    Making an order history

    1st time I've posted a question anywhere, so please excuse any lack of info or etiquette. I have 2 worksheets, the first is a form to fill out, the second is an order history. The second sheet will capture all the data filled in on the first form. There's a list of job numbers on the order...
  4. A

    VBA Paste Special Values & Formats Between Workbooks (No Selecting or Activating)

    Hi all, I have a macro that is doing exactly what I want, however, I've become aware that Activating and Selecting is bad practice, and I want to do this right. I believe this section is also causing screen flicker and a 'disappearing' userform when calling this from my userform. I'm...
  5. C

    Macro to Copy Ranges as Values to Another Worksheet

    I have a form on one sheet that I'd like to copy the values only of these to another sheet named "New Log" Problem I have is I've named all the ranges that I'd like pasted and I need to paste all of these into the log at the same row then move down 1 row ready for the next submission I can...
  6. renevromzicafe

    Allow only unformatted values when pasting

    Hi, This is my first time on this forum, so maybe I’m posting an issue of which the solution is too simple for words. I sincerely hope that this is the case ?. I made an Office 365 Excelfile in which a person has to register some data. Because I put some formulas in the file (worksheet) he/she...
  7. C

    Pivot Table reading blank cells as populated...

    Good afternoon, I am struggling with a pivot table that I am running - the source data in it's original format is a set of index/match arrays, with an IFNA to tidy things up a bit (eg {=IFNA(INDEX('Learning Data'!$L:$L,MATCH($B2&F$1,'Learning Data'!$G:$G&'Learning Data'!$K:$K,0)),"")} I have...
  8. J

    VBA to select rows before today's date and paste as values

    I have a workbook that is used daily to keep track of new data coming in each day. The "Summary" sheet uses formulas determine the day and then pull relevant data from other sheets in the workbook to track historical data, going all the way back to 2016. To prevent the formulas from slowing down...
  9. A

    Filter a table using a different name each time and paste the results as values in a new file to be emailed

    Sheet1 contains a source table (its size changes every Qtr) and sheet2 contains an index table, containing 'ProfitCenter Name' and 'Analyst email' headers. (1) I am trying to filter the source table in sheet 1 each time according to a specific 'ProfitCenter Name', then (2) copy the results and...
  10. M

    Paste as Values Shortcut Not Working

    Hello, I have always used the following keyboard shortcut in Excel 2016 to copy cells and 'paste as values': Copy - CTRL + C Paste as Values - Right-Click button on keyboard + CTR + S + S + Down button to select 'Values' + Enter This shortcut is deeply ingrained in me. Suddenly this shortcut...
  11. L

    Find and paste data into first blank row in table

    I am working on a macro that needs to be able to pastedata into a table. The macro does several different filters and after eachfilter the results should be copied and pasted to a table. The issue I amhaving is the table it is copying to starts on B17 (there are blank rows andother tables above...
  12. A

    VBA to Copy Specific Column on One Worksheet and Paste Values to Specific Column on Other Worksheet

    Hello all. I have a "Model" tab with data starting on row 101 and running down to a row which depends on what data remains after a previous Macro deletes out superfluous data. On a "Summary" tab I have a template that needs specific columns value pasted out of the Model tab into columns on the...
  13. J

    How to speed up a macro handling a large amount of data?

    Here is my whole code. A lot of it is very similar, just using different variables, but I kept it in for context. It's dealing with around 210,000 rows, and 11 columns, 7 of which are in-macro formulas (see bottom of code) which are copied then pasted as values. Basically, it was fairly fast...
  14. L

    copy past range using variable for start cell address and 2nd variable for end cell address

    Please help I have searched the web and tried every solution I have found, none worked. I am trying to copy a range of cells, say T2,AB5 to another sheet. Problem is I don't know where this well appear so have to set a variable. It may appear several times throughout the data sheet. each...
  15. R

    Copy/Paste Values entire Workbook

    I was using this code which Andrew Poulsom posted back in 2002. http://www.mrexcel.com/forum/excel-questions/63213-visual-basic-applications-code-copy-worksheets-paste-values.html It works great, but I want it in my own Personal Macro workbook. When I place the code in Personal it no longer...
  16. K

    Copy rows from one workbook to another workbook if certain criteria is met

    My setup: (2 Workbooks) Workbook 1 "Line Audit Workbook", Workbook 2 "Data" Workbook 1 has 2 worksheets - "1st Shift" and "2nd Shift" Workbook 2 has 1 worksheet - "Data". In workbook 1, both worksheets are set up identically with 13 columns. Each shift (1st Shift and 2nd Shift) gets information...
  17. B

    Paste as values changes the outcome of formula...

    Hello everyone, I am facing an issue with copy/pasting a formula as values which results in my pasted value being incorrect according to me. This is what I did: value 503 in A1. value 1.14 in B1. value 573.42 in C1 (outcome from sum A1 * B1) Value 0.42 in D1 (outcome from sum A1 * B1 - C1)...

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