macros excel vba

  1. O

    Loop doesn't stop when it sees "Stop"

    I have the following code that is supposed to stop running when the active cell contains the text "Stop", but it doesn't stop. I have several macros designed to stop in the exact same way and the do stop, but this one doesn't. Can anyone tell me why it keeps going? Here is the code: Sub...
  2. S

    Copy values using VBA or Macros from one work sheet to another

    Hi everybody, I am new to Macros and VBA in excel and just know few basics. Please anyone kindly help me with this query. I have workbook in which there are 3 sheets named as Summary(sheet1), Detail(sheet2), Data(sheet3) No my query is how to copy values from Data i.e Sheet 3 (B12, D12, E12...
  3. D

    Move entire row to worksheet based on what is typed in NEED HELP THANK YOU!

    I am trying to move a whole row(B thru K of the row) to a different sheet when in column (B) on worksheet named Promises, you put either; PAID which would move the row to worksheet named Kept; BROKEN to worksheet named Broken; FOLLOW UP to worksheet named Followup. On the next blank line in...
  4. S

    Converting Windows VBA code to MAC ?

    I appreciate if someone can advice how to convert the below windows code to work under Mac Machine as well , as it is works perfectly on Windows but not on MAC machine Public Function giveMeValue(ByVal link As Variant) As Variant Set htm = CreateObject("htmlFile")...
  5. T

    2 event codes under single object

    Good afternoon chaps, I have an excell workbook which I'm trying to apply 2 events codes under the same object so I found some help and came up with this: Private Sub Worksheet_Change(ByVal Target As Range) Call Macro1(Target) Call Macro2(Target) End Sub Sub Macro1(ByVal Target...
  6. S

    Runtime Error 2147417848(80010108) Method Autofill of Object Range failed

    Hi, I keep getting this error when I run my macros. It works fine the first time I run it, but if I run it again it gives me this error. My code is pasted below....its very long I hope you can make sense of it. I tried to fix the problem using the function clearclipboard but it didn't...

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