empty column

  1. L

    VBA Modification help - copy data from columns to another column

    This is my current attempt at copying data from one tab and pasting into a table on a different tab. I began modifying the code below. The text highlighted in yellow is where I need help. Essentially, here are the two scenarios: ONE- If F5 on the "Instructions" tabs = 1, then copy columns H:J...
  2. J

    adding a formula vba

    I am working on an inventory spreadsheet and have multiple things that i have working. but the one thing i seem to be struggling with is that i have a sheet "RECORDS" which keeps track of how many of each item i have for the date the inventory is checked which is every other week). what i am...
  3. J

    Posting into next empty column

    I AM STRUGGLING WITH GETTING THIS PIECE OF CODE TO WORK. i KEEP GETTING "APPLICATION DEFINED ERROR AND OBJECT DEFINED ERROR" AND CANT SEEM TO FIGURE OUT WHY. IT ALL LOOKS CORRECT TO ME. PLEASE HELP ME OUT Dim source As Worksheet Dim destination As Worksheet Dim emptyColumn As...
  4. D

    copy to empty column

    i would like to paste my manually copied columns to another sheet next to an empty column. and start paste on column E if not empty using a command button as trigger like if i manually copy column B from sheet1 and paste it to sheet2 column E if not empty.
  5. M

    paste to next empty column

    i have a set of data that i want to copy and paste to the next empty column i have searched all over but cannot find anything that answer my query this is what i have so far and it doesnt even do columns it does rows ActiveSheet.Range("B6:C33").Copy Sheets(1).Cells(Rows.Count...

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