Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have this code that I can't quite get right If Not Intersect(Target, Range("emp_All")) Is Nothing Then On Error Resume Next If Range("A(ActiveCell.Row)") < "" Then UserForm1.Show End If On Error GoTo 0 Else On Error Resume Next Unload UserForm1 Err.Clear End If It works except that it appears to ignore 'If Range("A(ActiveCell.Row)") < "" ' and proceeds to show the UserForm even if range is empty. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
fill userform textbox from userform listbox clik event | Excel Programming | |||
Is there an easy Copy/Paste of a Userform ? (Entire Userform Including tx & cbx's) | Excel Programming | |||
Userform to enter values and shown in same userform in list | Excel Programming | |||
Looping procedure calls userform; how to exit loop (via userform button)? | Excel Programming | |||
Activating userform and filling it with data form row where userform is activate | Excel Programming |