Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to find out if only a certain cell is #N/A due to faulty data
coming in. Will OnError allow me to prompt the user to input data for the faulty cell? Or, can I just check for an error in the cell and call a userform iwth the input? Code: For ediro = 4 To 199 With edi If .Cells(ediro, 40).Type = xlerror Then ' Form_VacRate will accept input from the user to enter into .Cells(ediro,40) With Form_VacRate .TBempname = empname .TBempname.Locked = True .TBfilenum = empnum .TBfilenum.Locked = True .Show End If vacation = .Cells(ediro, 40).Value End With next ediro -- Adios, Clay Harryman |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Determine last cell in a row | Excel Worksheet Functions | |||
in vba what command is used to determine if a particular cell on a particular sheet changed? some kind of event? how to get the old and new value of the cell? | Excel Worksheet Functions | |||
Can I determine in which cell is a listbox postioned?Or how to get the listboxes in a certain cell? | Excel Programming | |||
Function to determine if any cell in a range is contained in a given cell | Excel Worksheet Functions | |||
I need to determine a cell range based on a blank cell | Excel Programming |