xlpasteformulas

  1. P

    skip the some part of VBA

    Hi, Below VBA do not do all commands. If I do it by break, it works correctly. Please comments your solutions. Thanks. Dim a, b, c, d, e, f, g, h, k, m 'FX k = 0 m = 0 k = Workbooks(1).Sheets("FX").Range("A1", Workbooks(1).Sheets("FX").Range("A1").End(xlDown)).Rows.Count m =...
  2. T

    Excel VBA special loop through worksheets

    Hi there, I am trying to select informations from sheets 2 to 50. (They do not necessarily exist, I just want the code to run throught all the sheets if I have created a sheet of that name) and paste it to the first sheet of my Workbook. What I want is for the MAcro to pick stuff from that...
  3. M

    VBA copy and paste filtered formulas - 1 statement

    Hello, I'd like to copy and paste formulas from filtered column, this works for me : Sheets(1).Range("A5:C" & LastRow).Copy Sheets(2).Range("A5:C" & Range("D" & Rows.Count).End(xlUp).Row).PasteSpecial xlPasteFormulas how can I do it in 1 statement ? when I tried to use...
  4. J

    paste range of formulas into xlcelltypevisible rows only (then paste values) EXCEL 2007

    Good afternoon! I am trying to come up with a way to quickly go through a large range of cells and paste the formulas (and then values over-top) to ONLY the visible rows. I feel like I am missing some small and simple thing that is keeping me from getting this to work. Any suggestions would...

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