View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Artem Artem is offline
external usenet poster
 
Posts: 8
Default Remove rows in huge data array

Hi,

I need some help with VBA programming. I have a huge array with financial
data: daily data for 7 last years. The first column (A:A) in the array is
dates in format dd.mm.yyyy, next few columns contains different data. What I
need is to go through dates, find weekends and delete rows with weekends (not
just clear content of rows but delete/cut them).

Thanks in advance!