Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello. I have created a very simple macro within Excel. It calculates the
sheet (F9) , then searches for a value ( F4 ) . It works, but I need it to repeat this action continuously until it doe's NOT find the searched for value. I am using Excel 2003. Thank you. Here is my code : Sub Macro1() ' ' Macro1 Macro ' Macro recorded 8/21/2007 by ' ' Keyboard Shortcut: Ctrl+z ' ActiveSheet.Calculate Selection.FindNext(After:=ActiveCell).Activate End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Looping Macro | Excel Discussion (Misc queries) | |||
Looping Macro | Excel Discussion (Misc queries) | |||
Looping macro | Excel Worksheet Functions | |||
Looping macro | Excel Programming | |||
Need help with my looping macro | Excel Programming |