View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John[_78_] John[_78_] is offline
external usenet poster
 
Posts: 87
Default Increase all Font Sizes by a Certain level Q

Is it possible through some VB code to increase all font sizes in a certain
area by a set value, say 10, so that cells currently with a size of 10 would
increase to 20 and cells with 8 would increase to 18 etc so that everything
is held relative.

What I want to do is print out a range but the current values within same
are quite small when printed, I don't want to permanently increase the size
as it also is an input screen for users and is the correct size the way it
currently is

Thanks