rangeb

  1. F

    Range("B" & Rows.Count).End(xlUp).Offset(1)

    Hi Guys, This is probably an easy fix, but I've been struck on this for a while now. Range("B" & Rows.Count) - This will give me the last available row in column B, but I need the paste to start at range("B12"), then B13, B14, B15 etc... Any suggestions? Thank you, FP
  2. W

    Run-time error 1004: Application-defined or object-defined error

    Hi, I am just started to learn VBA and messing codes around. I got this runtime error with my codes. Here's how it sets up. A1 to A100 are ID number 1 to 100. B1 to B100 are "values" which all starts at 100. D1 to D100 are randomly generated number working as ID pointer indicating value flow...
  3. S

    Select multiple ranges between two same words in one column

    Sub SelectmultipleBetween() Sheets("sheet1").Select Dim findrow As Long, findrow2 As Long findrow = Range("B:B").Find("idle").Row findrow2 = Range("B:B").Find("proc", Range("B" & findrow)).Row Range("B" & findrow + 1 & ":B" & findrow2 - 1).Select Selection.Copy...
  4. R

    Variable Range

    Hi Can someone tell me what is going wrong with this line of code Range("B" & t&":"&"E" & y).Value=70
  5. M

    Macro Run Time Error '1004' Works Properly on PC but not on Mac?

    Continually getting Run Time Error when attempting to run macro on Excel for Mac...yellow highlighted seems to be issue... Any suggestions? ' To get dates in mm.dd Format Range("B3:M3").Select Selection.Copy Range("B" & DateRow).Select Selection.PasteSpecial...
  6. Z

    Copy Paste help VBA if Cells are yellow paste to another sheet

    Hi I am trying to copy any cells that are in yellow in Column B From Activesheet and paste it to another Workbook called "Mapping Table" to Lastrow.cells in column A. As I have a list of names on the Mapping Table workbook and need to add it in Column A to last entry. Came across this and need...

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