.cellsx

  1. kelly mort

    VBA code modification to insert row to a table instead of entire worksheet

    Is there a way to add only a range of cells instead of entire row? Here, I will like to insert from Col B to Col O. I have other data adjacent the range B:O and the entire row is interfering with the layout. I will be more than happy to find a work around. Thanks in advance...
  2. D

    Speeding Up For Each Loop Populating Table Rows

    I have worked pretty hard to come up with a solution that does what I had hoped but, it is SLOOOOOW!! Just under 28,000 rows of 8 columns took 19 minutes to process. Not acceptable! LOL! I am summarizing an application log. The process cycle creates three log lines per complete transaction. The...
  3. L

    Prevent duplicate entry in userform in excel vba

    I am using command button to add data, but i want that code should also have duplicate entries restriction included in it. Please check my code and help me finding the proper solution. Thanks q in advance. Dim x As Long Dim y As Worksheet Set y = Sheets("PRC Training Database") x =...
  4. E

    Code Modification

    This code was provided to me by this forum and it works perfect. I want to expand it, but I have tried lots of different mods to it unsuccessfully. The goal is to allow any number of columns to be copied over to "Hstry" worksheet, based on the valve ("4"), column H on sheet "WO" What controls...
  5. K

    How to stop Private sub from running whilst updating the sheet

    Hi I have the code Private Sub Worksheet_Change(ByVal Target As Range) Dim x As Long Dim LR As Long Dim C4 As Variant C4 = Worksheets("P").Cells(4, 3).Value Application.EnableEvents = False With Worksheets("S") LR = .Cells(.Rows.Count, 1).End(xlUp).Row For x = 1 To LR If...
  6. H

    For Loop Not Performing Its Duty

    Hello, Hope you are well. I have a loop that should place data from Sheet18 to Sheet11 from a Userform showing on Sheet1: If a Column 2 value on Sheet18 is equal to a textbox value similar to FDS002/18 AND a Column 6 value on Sheet18 is equal to a combobox value eg SF AND a Column 10 value...
  7. L

    VBA Copy Paste Picture On Cell Value

    Hi, I have the following code that imports picture from a directory based on cell value however if the file is not there it leaves a blank, what I've then conducted is to manual copy the image from google into a separate sheet and instead of returning blank I want it to look into that sheet to...

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