Jump to content

Recommended Posts

Posted

I am a newbie in AutoIt. May I know what is the code used to expand the width and height of excel cells because I want to insert pictures in the cell.I tried AutoFit but that doesnt work as I cant specify for the width and height. Only for column width I could expand by using .ColumnWidth but for the row I am not able to expand the row? How to do?? What is the code used ??Please help me and thank you.:)

Posted

Use the RowHeight property of the row.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

I'm sure this should be

$ColG = $oExcel.Rows("2:10")
$ColG.RowHeight = 41.43

 

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

:)

 

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

:)

My UDFs and Tutorials:

  Reveal hidden contents

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...