Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I am trying to update a spreadsheet from a9 to z(infinity). If the user clicks or enters data into a cell then id like some checks to be made within the row and maybe calculations to be made. I am able to do this when data is entered into a specific column with: Private Sub Worksheet_Change(ByVal Target As Range) If Not Intersect(Target, Columns("h:H")) Is Nothing Then If IsEmpty(Range("p" & Target.Row).Value) Then... I also have this statement for the P column What I would like to do is if the user clicks are changes/adds data to a cell then have the spreadsheet automatically update based on criteria. I have tried the selection change but sometimes errors occur when i manipulate things Could someone point me into the right direction on how to go about this? Thanks Susan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
help with updating spreadsheet | New Users to Excel | |||
help with updating spreadsheet | Excel Discussion (Misc queries) | |||
updating spreadsheet. | Excel Programming | |||
Updating 1 spreadsheet from another | Excel Worksheet Functions | |||
updating spreadsheet | Excel Programming |