Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks in advance
Tomasz |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See Chip Pearson's page on Events.
You would look for the Change event I would think http://www.cpearson.com/excel/events.htm -- Regards, Tom Ogilvy "Demian" wrote in message ... Thanks in advance Tomasz |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
First, Subject line is for a subject, put your question in the main text body.
Put the macro in the worksheet Module and use Private Sub Worksheet_Change(ByVal target As Excel.Range) if target.address = "Celladdress you want to change" then 'code to run here end if end sub -- When you lose your mind, you free your life. "Demian" wrote: Thanks in advance Tomasz |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
'IF' Macro to insert cell contents to alternate cell if cell not e | Excel Worksheet Functions | |||
using a cell value to control a counter inside a macro and displaying macro value | Excel Worksheet Functions | |||
macro to run a separate macro dependent on value in cell | Excel Programming | |||
Please help! Macro to change cell contents based on cell to the left | Excel Programming | |||
Question: Cell formula or macro to write result of one cell to another cell | Excel Programming |