Thread: Macro?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AMMark AMMark is offline
external usenet poster
 
Posts: 2
Default Macro?

I have a body of text four columns wide and over 3000 rows deep. I have
formatted it into the shape of an outline and now have to enumerate each row
of text according to its place in the outline like so...

E.g. 1.0 Text
1.1 Text
1.1.1 Text
1.1.1.1 Text
2.0 Text etc...

I was wondering if there is a macro I could set up so as to skip the manual
outlining of the entire worksheet.