View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JPlankenhorn JPlankenhorn is offline
external usenet poster
 
Posts: 1
Default Select multiple rows and apply changes all at once


I am working on a VB6 app that is creating an Excel report. I load the
data onto the spreadseet using an array. I would then like to modify
the properties of the first 5 columns of every fourth row to have a
bottom border. I am able to do this with a loop that applies the
change, however, it is kind of slow. I was wondering if there is a way
to loop through the table, select the rows I want to change and then
apply that change to the selected set of rows?


--
JPlankenhorn
------------------------------------------------------------------------
JPlankenhorn's Profile: http://www.excelforum.com/member.php...o&userid=37567
View this thread: http://www.excelforum.com/showthread...hreadid=571974