N
NDBC
I have created a new workbook using vb and now I am trying to change the row
height for the entire sheet "results" to 15.75. My code does not seem to work.
wbNew.Sheets("Results").Select
Selection.RowHeight = 15.75
Thanks for the help.
height for the entire sheet "results" to 15.75. My code does not seem to work.
wbNew.Sheets("Results").Select
Selection.RowHeight = 15.75
Thanks for the help.