target cell

  1. C

    Auto-update (calculate) the Excel sheet when a cell is changed

    I am using Excel 2010 and I want that the Excel sheet will be updated (calculated) automatically when the value of a cell (<code style="margin: 0px; padding: 1px 5px; border: 0px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono'...
  2. N

    How to Make a Cell that Just Changed the ActiveCell

    I have code triggered to run as soon as the user enters a number in a certain range of cells. Is there a way to make it so that the cell that changed in this range is now the activecell? So for example, if column A has the formula to add columns B + C and a user makes a change to B5 - how do I...
  3. N

    Insert Data Alphabetically Into Especific Range With Vba

    Hello everybody, I am a beginner in vba (and this forum) and I found the Thread to create a row and input data alphabetically here: I am using Excel 2013. http://www.mrexcel.com/forum/excel-questions/347531-insert-name-alphabetically-into-column-visual-basic-applications.html :confused: The...
  4. V

    Copying Cell(s) from Source Workbook to Separate Closed Target Workbook in Background with VBA

    Hello, I am very new to VBA and desperately need help! I am trying to set up a master (source) Excel workbook that pulls from/pushes data in approximately 12 other workbooks. Whoever is using the source workbook needs to be able to: 1. Write a date into two specific cells (E10 and G10) in a...
  5. Prevost

    Adding character in front of changed cell value on change

    Hi There. I want the character "#" to be added in front of a cell value when a value is entered. I have this code but it is a worksheet_sheet change event and I am not sure if that is the correct way to go about it. Thanks! Private Sub Worksheet_Change(ByVal Target As Range) Dim...
  6. R

    VBA Create a different "Target" inside each procedure.

    Hello. I am trying to make a code that calls different procedures depending on the ranges I select. The problem is, inside that procedures I have other Intersects to call other procedures. And it gives me errors because the target is not defined on those sub procedures. Here the code I have to...
  7. C

    Solver Scenario for Optimal Whole Number w/Office97

    Every time I think I know what I'm doing with Excel Solver - I surprise myself (by what I apparently don't understand . . .). I'm trying to solve for the maximum number of company store "certificates" I need to buy, up to say a maximum of $600, in order to buy the maximum number of movie...
  8. mkvarious

    How to capture the address of an original cell that is being changed as target in Sheet_Change event?

    Hello, I have a problem that I though I overcame but seems it is not the case. The original problem originated there: http://www.mrexcel.com/forum/excel-questions/681429-how-get-worksheet_selection-change-work.html Thanks to the above thread I adjusted my macro: Private Sub...
  9. J

    moving row up and down with button and macro

    Hi everyone and thank you for taking the time to help the needy one...;-)..., I'm new to vb but I'm learning quick as I have been task to do a template for my cie. Here is my task. My sheet is as follow: a ............b ................c 1 ----header line ( wont move)------...
  10. E

    VBA Script which adds a Julian Day to a cell

    I have an excel document with two Sheets. Sheet One (Worklog) displays my daily work log. Column A on Sheet One lets me choose work tasks from my list on Sheet 2. Sheet 2 (List) has a list of tasks that I do each week. The task I am concerned with in the list is End Day. So in my first Sheet. I...
  11. K

    Updating Target Cell To Hide/Unhide After Deleting Rows

    Hello, I am very new to VBA code. I am trying to write a macro where based on the response of a target cell, a number of rows will hide or unhide. Here is the code that I currently have, and it works. Private Sub Worksheet_Change(ByVal Target As Range) If Range("C62") = "Yes" Then...

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