View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
F[_2_] F[_2_] is offline
external usenet poster
 
Posts: 46
Default Delete rows depending on time value

On 27/11/2018 18:04, Claus Busch wrote:
Hi,

Am Tue, 27 Nov 2018 17:43:55 +0000 schrieb F:

Ah! Yes! Well spotted! Apologies, the times start in A9.


then change this line:

For i = LRow To 1 Step -1
to
For i = LRow To 9 Step -1


Regards
Claus B.

Thank you!

--
F