Thread: Recording
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
OldManEd OldManEd is offline
external usenet poster
 
Posts: 11
Default Recording

I use a macro that contains the following line.

Range("A1").CurrentRegion.Name = "PriceTable"

This line was edited manually to insert the 'CurrentRegion' part. It
originally had a named range like A1:F25.

Can this line be recorded? How in both Excel 2003 and 2007?



OldEd