autofill range auto fill

  1. M

    Autofill column with data from other sheet

    Hello. Would appreciate any help. I have a workbook that has multiple sheets with similar data in each sheet. For this problem, let’s presume there is a cell (A1) that contains the TITLE for each sheet, and a group of information that needs to be captured (G4:K?)(ranging from 32-65 rows)...
  2. F

    AutoFill with Cells

    Hi, I want to use AutoFill function. In destination value I start in point E13 but END values is dynamically counted, so I can't use Range-> Range("E13:E" &....). Selection.AutoFill Destination:=ws2.Cells(13, s), Type:=xlFillDefault My autofill destination is like: E13:AA13, or E13:CC13.....
  3. G

    AutoFill 1004 runtime Error - Create a If error skip?

    Hi All,<o:p></o:p> <o:p></o:p> I am using this autofill code for my macro.<o:p></o:p> <o:p> </o:p> Sheets("Data").Select<o:p></o:p> 'This counts the # of Rows in the Coulmn A<o:p></o:p> IngoMaxRo = ActiveSheet.Cells(Rows.Count, "A").End(xlUp).Row<o:p></o:p> <o:p> </o:p><o:p>...
  4. I

    Autofill with Dynamic Cell References

    I was wondering how - if possible - I can go about using the autofill method to fill to the end of the column if the column isn't necessarily specified, but referenced. It's harder to explain than it is to see so here's what I'm working with right now. I just started using VBA a couple of...
  5. M

    Master List.

    Can someone guide me in the right direction: I have a master List that has 5 columns the uniqueness of one of the columns is that it is the SS Number, what I like to do is this: If I type the SS No. in a New workbook or a new sheet, is it possible to auto fill the whole row to the left and right...
  6. C

    Filling cells in a column with a repeating random number series

    Hi, I am importing data from an access table into a spreadsheet. It is a different number of records each time. The macro I have will add and name a new column and find the last cell. What I need to do is have the series 1 -11 repeated in the column to the last cell. I have this macro...
  7. W

    VBA Autofill Last Row & Column- Dynamic Range

    I'm working on a VBA that will autofill a formula (cell C3) based on the last row in column B, and last column in row 2. The number of rows and columns is dynamic, however the formula will always be in C3. This part works... but it only fills the first row and column: LastCol =...
  8. repairman615

    Autofill range

    Hello, I have some data set up in a table like fashion. (not a table) B7:L17. I am working on a macro to insert a row at the bottom, format as above, and the fill the formulas down. Sub a() Range("B" & Rows.Count).End(xlUp).Offset(1, 0).EntireRow.Select Selection.Insert Shift:=xlDown...

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