View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bill Short Bill Short is offline
external usenet poster
 
Posts: 1
Default Excel Formatting with VBA

I am creating an Excel spreadsheet through code from MS Access. After
it is created I would like to go through and set the row height
(programtically) based on the value in column A. I'm not sure how to
go about moving through each row and setting this attribute.

TIA

Bill