+ Reply to Thread
Results 1 to 4 of 4

Formatting display properties on all sheets

  1. #1
    Registered User
    Join Date
    06-01-2007
    Posts
    11

    Formatting display properties on all sheets

    I have about 10 sheets in my workbook. I want to loop through all the sheets, select all the cells(except first row) and set the font proprties to a specfic value. This is what I have now...

    Please Login or Register  to view this content.
    The trouble is, the changes take place only on the sheet where I call the macro from.
    Also, I am not aware of a way to specify all cells except the first row as I would not know the range in advance.

    Please let me know what I am missing.

    Thanks !

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    This code takes the range to be the last enter in Col A. You may need to tweak with code from the attached link

    http://www.rondebruin.nl/last.htm

    Please Login or Register  to view this content.
    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Registered User
    Join Date
    06-01-2007
    Posts
    11
    Thanks. Your code snippets and the link helped !

  4. #4
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Glad it helped

    VBA Noob

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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