Adjust Row height to FONT

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

I am building a spreadsheet thru code.
Is there a way to determine what the row height should be when I change a
FONT and FONT Size?

Thanks
 
Or even get all the rows at once...

with worksheets("sheet9999")
.rows.autofit
end with
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top