Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi I have a lot of VBA code in a budget spread sheet. When a person inserts a row, I need my macros to somehow update dynamically. One "small" example would be on my calculate worksheet event If the user inserts a row, at 127 for example, then the value of cell C5 is lost. Is there a way to C127 become C128 if a row is inserted? Thank you, Mark Private Sub Worksheet_Calculate() 'Extra Cash Cells in Row 5 = Extra Cash Cells in Row 127 Range("C5").Value = Range("C127") Range("D5").Value = Range("D127") Range("E5").Value = Range("E127") Range("F5").Value = Range("F127") Range("G5").Value = Range("G127") |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Updating OLD code | Excel Programming | |||
Updating Excel Code | Excel Programming | |||
Updating VB Code | Excel Programming | |||
Running code after a picture has been inserted? | Excel Programming | |||
inserted code into project but can't run it in run dialogbox | Excel Programming |