continue

  1. M

    Detect if Range is empty

    Hello, I use range to select data in a column. If the selection is empty I want to execute a row in the sub, then jump to another row in the sub and continue the sub from there to the end. If the selection is not empty I continue the sub without doing the row above. I have tried but cannot make...
  2. L

    VBA, Find Consecutive Repeated "#VALUE!" in Columns

    I have data that has "#VALUE!" in some cells, and I need to interpolate to fill those cells with actual values based on the value above and the value below the missing ones, then set the color of the text in those cells to Red, then continue on to the next "#VALUE!" occurrences. I am trying to...
  3. Z

    Copy Paste Range until selected cell reached

    I am trying to copy down 29 lines repetitively until I reach a center cell. However I can not seem to get the lines to continue copying past the initial paste. How do I make this loop so it will continue to the last cell desired? Sub Copy() Dim rng As Range Set rng = Range("b2:b29") For...
  4. S

    Search-As-You-Type ComboBox Excel with possibility of continue typing

    Dear All, I'm beginner in VBA and I've been trying to solve this for 2 days... I have a problem with the continue typing in combobox with search option in userform. The thing is that when I type a letter first match is autmatically a value of combobox and I can continue typing from the end...
  5. K

    Find cycle with in 4 rounds

    Using Excel 2000 Hi, I need a macro, which look cycle for "1X2" within 4 rounds if not found go to next row and search within 4 next rounds Data are in cells C6:C82 Step1-code start searching cycle for "1X2" in cells C6:C9 if cycle for "1X2" does not find continue to step-2 Setp-2 go to...
  6. D

    Can't get Ribbon to show after hiding it using VBA on workbook open

    My goal is to have a screen as nearly free of anything Excel-related when the workbook opens, then to have everything set back to normal upon the clicking of a Continue button on that screen. Here's the code I am using. HdeStuff is called on workbook open; continue is executed by clicking on a...
  7. P

    Copying Data to Another Workbook

    Hi can anyone help with a macro to copy a range of data from one workbook to another? I have rows of data on workbook1 sheet(Data) range A2:H that I want to copy to workbook2 sheet(Data). I need the data to copy to workbook2 in the same columns as workbook1 but continue the data to the next...
  8. C

    Is program Running, if Not Run it.

    Hello all, I have spent some time searching but couldnt come up with an answer. I would like excel to check on workbook_open if a program called nosleep.exe is running. If so then continue with the rest of the code if not then run the program c:\nosleep.exe Many thanks for any help
  9. P

    How to go ahead with the error?

    If Err.Description = "No cells were found." Then Resume Next Else continue I know there is no Continue in excel. So what's the right keyword here? Thank You.
  10. R

    Select value, search down a column for match

    I'm trying to "create a macro" to copy a value (from Column-A), search down Column-C, find matching email and then paste it in Column-B of the same worksheet. Column-C remains unchanged, as it's simply a source of email addresses for possible matches. If no match is found, process continues...
  11. L

    Help continuing vba code onto a new line..

    Hello, I have some code and I can't figure out how to continue it on a new line. I have to be able to do it somehow otherwise it's going to be a really long (horizontally) row. I've tried a bunch of combinations of " _ , "_, _, etc and nothing seems to work for some reason. Any help would be...
  12. B

    Recorded Macro not working.

    I recorded a Macro in Excel 2007 that pulled from an html page that was only text. It worked the first 2 or 3 times but now it just places the word "continue" in each cell. I am at a loss as to why it would work once and then not. Any help would be greatly appreciated.

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