copy paste as values

  1. N

    Trying to cleanup many individual, macro-enabled workbooks with tables to rollup data with Power BI

    Hello, I have a data analysis project to roll up multiple individual, macro-enabled Excel workbooks with tables and formulas. Each workbook contains 31 individual sheets (one for each day of the month). The 31 individual day worksheets each contain nested Excel tables with formulas and are...
  2. T

    VBA copy/paste range based on two dropdowns

    I have 2 dropdowns and would like to copy/paste different ranges based on selected values from the dropdowns (I know how to copy/paste but not based on dropdowns). First dropdown values: -BD -AO -LM Second dropdown values: -UFH -PEX -MLC Ranges: BD UFH = Sheet10 B2:C10 BD PEX = Sheet10 D2:E10...
  3. Jyggalag

    Create macro that copy paste's data

    Hi all, I am having a huge issue at the moment with some macros i created (through record macro). Basically, I have this excel sheet: I tried to record some macro's, where once I press unfreeze, they post this formula: =IF(ISBLANK(B9),"",TODAY()) for the left one...
  4. L

    sum of daily report with update worksheet everyday

    Good day, Hi, I am newbie here, I found this forum might will help me with my limited skills on excel. I am using Microsoft 2010. The problem: The worker will fill in/update the column Daily (C/S & KG) everyday. and I need to make formula in the column Running Total (C/S & KG), it will be...
  5. A

    Using .Value property instead of copy paste method to transfer values from one row to next blank row

    Hello friends.. I want to use Range("Sheet1").value property instead of copy paste method in VBA to transfer values from one complete row to next blank row below. can someone please help in coding. My range is from (A1:J1) Regards..
  6. C

    Pasting only Background/Number Formatting and values with Merged Cells

    Hello Everyone I am attempting to copy a specific region's contents and copy the Current Region back to a summary page. I have unfortunately run into a bit of an issue with pasting the data back to the summary sheet. Desired Outcome: Maintain Merged Cells Maintain Cell Highlight Colors Cell...
  7. C

    Pull data from external workbook to active workbook based on a specific cell value

    Hey guys, I'm in somewhat of a pickle. I have two workbooks, the first lets call "tool.xlsm" and the other "hours.xlsx", what i am trying to do is within "tool" the user will input a value in cell Q9 and from there I need to run a macro to take that value and search that value in "hours" by...
  8. M

    VBA Code to Copy and Paste 100+ Named Ranges with Looping

    Hi- I am new to learning VBA and I need some help! I am looking for a VBA code that will loop through all 50 tabs within an excel workbook and search for any named range that starts with EQUITY and copy and paste all named ranges into one single tab within the workbook. In this case we can name...
  9. M

    Copy & Paste Values Based on Condition VBA/Macro

    Dear All, I am using a formula to extract the word from phrase which is as below =REPT("Relay",--ISNUMBER(SEARCH("Relay",$T64)*SEARCH("replaced",$T64))) The formula is applied on AA:BB colums and on Excel 2007. The formula works awesomely well. But file is getting havy and slower. I need a...
  10. R

    Copy Paste as value from and outside excel

    Hi members, I searched among many forum and everytime I found a partial answer to my issue. I have a spreadsheet that users will have to populate. My objective is to keep the formatting as it is. i would like them to be unable to change the format when they copy paste (keep value only). I...
  11. S

    Macro won't close fie after opening it

    Hi, Please could you help with the code below, I am very new to VBA I want to open a file whose filepath and name are determined in A1 of Sheet1. Then I want to copy the entire sheet "S1" from the newly opened workbook back to the original workbook, and paste values to a Sheet called "dump"...
  12. M

    CopyAsValuesSheets - Modife my VBA

    I need some help: I try to select all the sheets in workbook except the ones in the array, and make copy paste as values (make values, not formulas in all the sheets in workbook except the ones in the array) what is wrong? thx Sub CopyAsValuesSheets() Application.ScreenUpdating = False Dim sh...

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