rng.offset0

  1. W

    Time Stamp

    I', still really new to the coding aspect of excel and need some help. I have created a tracking sheet, what i want is when someone enters their name via a drop down menu in column A that a date and time stamp would appear in column C. i want this code to repeat for when something is placed in...
  2. B

    Worksheet_Change Event and undo

    Does anyone know how to keep the undo along with worksheet change event. Here is my code that I am using. Private Sub Worksheet_Change(ByVal Target As Range) Dim rng As Range 'TRACKS DATE ENTRY WAS MARKED AS COMPLETE AND WHO UPDATED IT If Target.Column = 21 Then...
  3. O

    Recording Date/Time from 1 column to another whenever a cell changes

    Hi everyone! I found a code on google that automatically generate date and time when a cell changes. It is working, but I want the date and time to be recorded next to the cell with the old date and time and so on whenever the cell changes. Can somebody give me a hand on this? Thanks in...
  4. R

    Multiple Dictionaries???

    When this code was originally established, the requirements provided to me were to identify instances where the data in columns A, B, C, D & G matched; and place a Y in a particular column. If the data across the same columns did not match, create a new record. Now, the requirements have...
  5. T

    Combine Time from Column Range + Todays Date using VBA on Worksheet Change

    Would like to make a VBA private sub that runs a column of data on change and combines in another column the time from the cell + current DAY + AM/PM (value from a matching cell in another column) If it makes it easier it can also pull date from a third column. code below is what I started...
  6. P

    x2 codes to run simultaneously help

    Hello the below code I hope you can help, I have the 2 codes below that need to run simultaneously, but at moment they don't, this is to work on a cell value change, the last code only works if you press play. hope you can help please. thex2 codes below are placed in sheet 8 (SMART Locate)...
  7. P

    Intersect error

    Hi all, good morning, I have the code below but the workrng intersect doesn't work it comes up with a yellow background can you help please. this is the line with the error Set WorkRng = Intersect(Application.ActiveSheet.Range("I:I"), Target) Below is the full code Private Sub...
  8. R

    Updating Value On Worksheet A, Where Condition is Met on Worksheet B

    I'm trying to interrogate the data on mMD, and compare it to the data on mTP. If a range exists on both sheets, I want to update column J on mTP with "Y". If the range doesn't exist on mTP, then I want to add the info to mTP (this part works). The code below works, except for updating column...
  9. R

    Updating Specific Rows on Different Workbook, Where Cell Values Match between Two Workbooks

    I have 2 workbooks. Each workbook has a sheet called Active_Inv. I'm trying to update the main workbook (Deposit Application) with specific cell values from the second workbook (Chelsea_FLP), where the values of column V and AE are equal. I have googled and googled for over a week, but have...
  10. M

    Multiple worksheet_change Events in One Worksheet

    Hello, I would like to have the below code run twice within the same worksheet. As seen now, it's set to place a timestamp in a cell four columns to the left of column "S". I would like to run this a second time and it would need to be 7 columns to the left of column "U". Thanks in advance...
  11. C

    copying data from 2 colums trough condition

    hello ,i am having trouble making a small vbs sript to copy data in an excel file. Sorry ,new at this. I want to copy data from column B or C to column D(byscript) .The condition to chose between column B or C is that column A is 0,00 or 20,00 result should look like this: <tbody> <tbody> 0...
  12. D

    Date/Time Stamp - Macro Merge Assistance

    I need assistance merging the two macros below together. The goal is to have a date/time modified displayed in column K when data is entered in column J, as well as a date/time modified displayed in column M when data is entered in column L. I already have to two setup independent but am unsure...
  13. T

    Why does this code fail?

    I have other codes on other sheets and my issue is the set "set WorkRng = Intersect(Application.ActiveSheet.Range("B:B), Target)" Is the issue because I need to make this code specific to one sheet and not just "ActiveSheet?" <tbody style="border-radius: 0px !important; background: none...
  14. W

    VBA Multiple Timestamps in One Worksheet

    Hello, New to this forum and could not really find an answer for some reason related to this, but hopefully someone could help on this one. I am sure it is an easy solution, but I am not getting any luck. I am trying to get these two codes to work simultaneously but only work when when they...

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