View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RzB RzB is offline
external usenet poster
 
Posts: 27
Default Setting spreadsheet defaults

I am creating a spreadsheet directly from
an access database using VBA code.
The VBA is running in the Access database.

I want to ensure the formatting looks ok and
one of the problems I can forsee, is that different
people may have different Excel defaults set up.
Such as font size...

Is there some way that I can globally program
(for this spreadsheet only) that if not specified,
font sizes are 10 (or whatever I choose).

Many thanks,
Roy