Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want users to enter data in I3 then be able to click a "find" button which
will run the macro below, but the macro won't work because excel is waiting for the user to click "enter" or "tab" after entering data in I3. How can I make the macro work? Range("J3").Select Rows("4:5").Select Selection.EntireRow.Hidden = False Range("I3").Select |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Updating VB for info entered in a sheet | Excel Programming | |||
Get Button Info/Location in when its clicked and pass to macro | Excel Programming | |||
Get Button Info/Location in when its clicked and pass to macro | Excel Programming | |||
Run a macro if a certain value is entered in a cell | Excel Worksheet Functions | |||
Make more info appear when mouse moves over a macro command button | Excel Programming |