View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RossM[_2_] RossM[_2_] is offline
external usenet poster
 
Posts: 1
Default Fill series in visible cells only

Can any one suggest a way to fill only the visible cells in a filtere
range with a numerical series. I'm dealing with a data base for tissu
culture where after filtering the rows the filtered group are assigne
new experimental numbers the simplest being 1 - 96 but this serie
needs to skip all the filtered rows.

I think I need a VBA macro but don't know the programming language.
guess a macro needs to loop through the cells assesing their propert
for visibility or not and incrementing their value as appropriate

Thanks Ros

--
Message posted from http://www.ExcelForum.com