Results 1 to 6 of 6

Cell formatting - Can this be condensed?

Threaded View

  1. #1
    Registered User
    Join Date
    03-12-2011
    Location
    Maryland
    MS-Off Ver
    Excel 2007
    Posts
    19

    Cell formatting - Can this be condensed?

    Hi,

    I have the following code...

                    Sheets("2011").Select
                    Cells(LCopyToRow2011, 1) = "ECFQA 2011"
                        Cells(LCopyToRow2011, 1).Font.Bold = True
    Is it possible to condense it to something along these lines?
    Cells(LCopyToRow2011, 1).font.bold = "ECFQA 2011"

    Thank you!
    Last edited by DrSteve; 03-30-2011 at 05:14 PM.

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