View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Pierre[_16_] Pierre[_16_] is offline
external usenet poster
 
Posts: 11
Default change font size in excel vba

thanks,
i just notice that if i clik on the fontname in the form properties i can
change the size!
regards,

pierre

a écrit dans le message
. com...


Can use "FormName".Font.Size = "Desired font size" through code or
directly set the Font (Type and Size) Property of the form in the
design view.