nextcol

  1. R

    Help Editing A Macro

    I use this to load pictures on a sheet. Right now it includes bringing in the file name and putting it below the pictures. I need to disable that part and cannot find the way unless I get an error. Could someone look at this and suggest a way to disable the file name part? Thanks Sub...
  2. D

    Replace Cell Refs with variable names

    Hi all, I've composed this macro which does what I need; (finds last used column in row4 and drags the contents 1 column to the right). In this case, last used column= BA Sub newmonth_book() Sheets("Book").Select Range(Cells(4, 53), Cells(8, 53)).AutoFill Destination:=Range(Cells(4...
  3. D

    Autofill with Range Names

    I have a worksheet where I want to autofill the fields in rows 4 to 8from the last populated column, into the next column. Rows 4 to 8 will always be ‘fixed’. Currently, the last populated column is BA. I can establish the LastCol & NextCol variables but I can’t passthem to my AutoFill command...
  4. S

    Paste special in VBA

    Hi, I have the following code which creates a table in a worksheet based on data copied from another worksheet. However it throws up a syntax error and everything I have tried isn't working. With Sheets("Data") x = .Cells(1, .Columns.Count).End(xlToLeft).Column On Error Resume...

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