+ Reply to Thread
Results 1 to 2 of 2

Format Half of a Cell

  1. #1
    Registered User
    Join Date
    07-18-2005
    Posts
    11

    Format Half of a Cell

    I am wondering if it is possible to have a macro run that formats only part of a cell.

    Say I have the following in a cell: D05 D06
    I want to format only D05 in green color with 14 font size.

  2. #2
    Rowan
    Guest

    RE: Format Half of a Cell

    With ActiveCell.Characters(1, 3)
    .Font.ColorIndex = 43
    .Font.Size = 14
    End With

    Regards
    Rowan

    "waynehinds" wrote:

    >
    > I am wondering if it is possible to have a macro run that formats only
    > part of a cell.
    >
    > Say I have the following in a cell: D05 D06
    > I want to format only D05 in green color with 14 font size.
    >
    >
    > --
    > waynehinds
    > ------------------------------------------------------------------------
    > waynehinds's Profile: http://www.excelforum.com/member.php...o&userid=25331
    > View this thread: http://www.excelforum.com/showthread...hreadid=388551
    >
    >


+ 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