cell change

  1. A

    automatically change the data entered into a cell to a specific format

    I saw this done once, however the VBA code is locked and I cannot look at it. I have been dying to know how this was done. I am fairly certain it is VBA execute on enter, however I do not know for sure. Here is what happens: Enter value 6p, or 0600p or 1800 into cell, press enter...
  2. S

    Re: Run Macro on Cell Change via DDE change event

    Re: Run Macro on Cell Change via DDE change event I want to run a macro everytime a specific cell changes say A1, the cell changes in real-time from a source using DDE. I have had this working once before but I lost my notes and forget how to complete this.
  3. H

    is there such an event as cell change

    I need to do data manipulation based on a particular cell being changed, I can try to work it on sheet change , but cell change would be a lot easier, if it is possible , please advise correct syntax also best location to put the code
  4. J

    Record Change in Value from a live feed Cell

    I need VBA cod thatrecords the number of times a cell in a worksheet has a value change. For example if cell J5 contains the live feed, if thatl value is changed to this would be recorded as 1 in the cell using the recording function. If that Cell value is then changed to 11, the cell change...
  5. B

    Change formula automatically on 7th day. XL2007

    EXCEL 2007 I have a spreadsheet that graphs the difference of two inserted values daily using the simple formula: =IF(E945="","",E945-E929) & =IF(F945="","",F945-F929) in column I & J respectively For example note: Row 945 Column:A-----B--------C----D--E--F--G--I--J 3/27/2011 1:59 AM XXXXXXX...
  6. J

    Record Cell Value Change

    I need a function that records the number of times a cell in a worksheet has a value change. For example if cell J5 has the value 6 entered and that cell value is changed to 15 this would be recorded as 1 in the cell using the function. If that Cell value is then changed to 11, the cell change...
  7. L

    IF Intersect not working correctly

    I need to display a message if a cell is changed. I got this working, but it's also displaying the message when a procedure puts a note in another column.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p> <o:p> </o:p> For example:<o:p></o:p> <o:p> </o:p>...
  8. G

    Need VBA to run each time selection is made in data validation list

    Dear All, Using Excel 2003: I have a macro that I want to run every time a selection is made from a drop down list. Cell B4 has data validation list. I want the below code to run every time the user makes a selection from the drop down list in B4. Currently, it only runs when the active cell...
  9. T

    worksheet_change event

    Hi, Hope you could help me with this. This is an "amount estimate" table. The computation centers on the Amt column. There will be a set amount in this column, e.g. 400. Then two columns on the left, to adjust values, one to increase (+) and the other to decrease (-) value in the Amt column...
  10. J

    Setting the same cell on multiple worksheets

    I am creating a 3D worksheet and need to set the same cell on multiple worksheets at the same time. As a user enters text in a cell, say ("C4") on one worksheet, the same cell ("C4") on several other worksheets are updated with the user's input. Does anyone know how to do this? Thanks in...
  11. T

    Can't get worksheet_change to work with Data Validation list

    Hi, I've set up a macro that is triggered using a worksheet_change(ByVal Target As Excel.Range) sub - this works fine. However, I am using one cell as my target. I want to be able to trigger the macro by changing the cell value using a drop-down (I've done this with data validation). It...
  12. A

    On Cell Change give user options

    Hi,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p> I'm pretty new to VB programming but learning fast.<o:p></o:p> I have built a calculation spreadsheet so far with formulas in the cells and VB functions with a few VLOOKUPs thrown in.<o:p></o:p> I then...
  13. W

    Cell value change macro

    Is there a way to send an email to a particular recipient if the value in a cell equals their name. For example, Four Names: JOSH, TIM, ALAN, RON. Alright, when an owner, let's say JOSH(in column A row 3) is changed to TIM, I would like to have a macro that automatically sends and email to TIM...
  14. F

    If cell value is changed then call macro

    I would like to call up a macro if a cell value is changed. This should be an easy one I am just having trouble getting the code together. Thanks in advance!

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