Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I repeat the following macro until it reaches an empty cell?
ActiveCell.Offset(0, 0).Select Application.SendKeys ("{F2}") Application.SendKeys ("{Home}") Application.SendKeys ("{Del 5}") Application.SendKeys ("{ENTER}") |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro - how to move to a specific cell and repeat | Excel Worksheet Functions | |||
repeat macro until empty space in next column | Excel Worksheet Functions | |||
How do I run a macro when a pre-determined time has been reached . | Excel Discussion (Misc queries) | |||
Excel VBA - macro to recalculate random numbers until target reached | Excel Programming | |||
HOW ? Running a different Macro if value reached | Excel Programming |