past

  1. C

    How to stop this from looping

    when I run this command I assume its trying to past every cell into B3. How do I just make it copy and past from row 12 to the last row then paste? Sub Copydata() Sheets("Data").Activate Dim lr As Long lr = Range("A" & Rows.Count).End(xlUp).Row For i = lr To 2 Step -1 Range("A12:M" &...
  2. A

    Find Multiple Values, Copy to new Sheet and Count Number of times each entry appears

    Hi, I have been battling to find anything online that can assist me. I have a sheet that has email addresses in them and need to Find each email address and generate a list of all email addresses and how many times they appear in the sheet. I can use an Array with FindNext but how do I get it to...
  3. X

    Help! Pasting data to sheets based on names

    Hey Mr. Excel I have this Code seen below. The point of the macro is to past data from my source sheet to sheets with matching names with some cell values. I have the following sheet setup <tbody> R (Sheet names) S T U V W 5 Overview 2014-4 1 1 6 9 17 6 Overview 2015-1 6 0 3 12 21 7...
  4. D

    Hope I didn't bite off more than I can chew...

    So I opened my mouth before I actually thought about it and agreed to write a "quick" bit of code for my group to use at work. I haven't really written any code for anything in close to 25 years, since college excel class oh so long ago... The Problem given a spreadsheet with hundreds of...
  5. G

    Copy to last row, paste into last row.

    Hi guy's I am trying to copy from one sheet to another (Should have been easy) I need to copy from sheet Skill DB Current Month range (A1:E1) down to the last row and then paste this into Skill DB Archive into the next avaliable row. Any ideas? Thanks
  6. H

    copy paste with conditions

    Hi there, I'm new with VBA and walk through old post but can work it out myself, I need more practices. I want to copy values from one sheet to another if condition is met. I have a list on one column on sheet1 and another list on other column in sheet2(they might not be the same), anytime...
  7. A

    Date validation for excel vba form

    Hi, I'm trying to create validation for date field. As it stands, the validation makes sure the date is in the correct format, but it allows you to enter past dates. I need the date to be in the dd/mm/yyyy format and the date should be today or greater. No past dates. Can anyone help...
  8. J

    Calculating A Date One Month In The Past

    Hi, I am seeking a formula for cell B1 that will calculate the date one month prior to the date in cell A1. This becomes tricky because obviously not all months have the same number of days (February has 28, whilst April, June, September, November all have 30). If the date in cell A1 was the...

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