Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all,
With the help of various people from this group I have managed to come up with an excel program that appears to work for me. However, the program applies to one row and I need it to work with a number of rows without having to write out individual cells. Can someone please show me how to acheive it? I have attached the program below. Cheers Carlton Private Sub Worksheet_Change(ByVal Target As Range) If Me.Range("A1") Me.Range("E1") And _ Me.Range("B1") Me.Range("F1") And _ Me.Range("C1") Me.Range("G1") Then MsgBox "Damn it" End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate number of rows and apply formula | Excel Discussion (Misc queries) | |||
Program to apply macro to new spreadsheet | Excel Discussion (Misc queries) | |||
program excel worksheet to automatically not print blank rows | Excel Discussion (Misc queries) | |||
program excel worksheet to automatically not print blank rows | Excel Worksheet Functions | |||
How to I program on rows after autofilter in Excel? | Excel Programming |