Results 1 to 3 of 3

Same Font size different look.

Threaded View

  1. #1
    Registered User
    Join Date
    10-03-2012
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    28

    Same Font size different look.

    I am trying to make a macro that can create an exact spreadsheet in terms of format as one that I downloaded from online. I set the code to the same size of arial 11 in VBA as below but when I ran the macro the sizes and looks are completely different from each other. View number 1 is the macro with huge text and sized cells, view number 2 is the downloaded spreadsheet. Both of them have the same font as shown. Please assist. Thanks

    Range("A3:W121").Select
        With Selection.Font
            .Name = "Arial"
            .Size = 11
        End With
    View.jpg
    Attached Images Attached Images

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to using comma style without change font & font size
    By rameshtupe in forum Excel General
    Replies: 1
    Last Post: 07-11-2013, 01:19 PM
  2. [SOLVED] Change default font and font size on COMMENTS in cells
    By Thistledown in forum Excel General
    Replies: 4
    Last Post: 11-23-2012, 09:26 AM
  3. Replies: 15
    Last Post: 05-31-2012, 10:34 AM
  4. Macro to convert several font sizes to another font size - with an exception
    By ddd in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-08-2012, 05:17 PM
  5. Replies: 3
    Last Post: 07-06-2011, 01:30 PM
  6. Replies: 5
    Last Post: 04-22-2011, 10:21 AM
  7. [SOLVED] Dropdown list for font size, font type and number formats
    By ExcelMonkey in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-09-2005, 01:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1