View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
CalumMurdo Kennedy CalumMurdo Kennedy is offline
external usenet poster
 
Posts: 10
Default Resizing a cell vertically to insert text

Hi,

I use the following formula
(activecell.resize(,8)=array("Forename","Surname", "Add1","Add2","Add3","Postcode","Tel","Fax")
to insert various header text but this time I'd like to put the text
in vertically, I thought this would be a simple change from (,8) to
(8,)...apparently not!

Have I missed something obvious? or do I need to use something else to
make the column?

Any help is appreciated,

Best Regards,

CalumMurdo Kennedy