Thread: Data Clean-up
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] garret@garretkamenar.com is offline
external usenet poster
 
Posts: 1
Default Data Clean-up

I am doing a spredsheet with several different sets of data. These
sets of data are of varying lengths so I recorded a macro that imported
the data and formated it. Because the data is of varying lengths the
macro drags some formulas down to a certain row that will cover all of
the data. My problem is I would like to record a macro that will
delete all of the draged formulas that go past the end of the data set.
Just clean up the rows that don't have the data in them. Can any one
help me?