+ Reply to Thread
Results 1 to 3 of 3

how do i make a semicolon appear in every cell

  1. #1
    paul
    Guest

    how do i make a semicolon appear in every cell



  2. #2
    Forum Contributor
    Join Date
    06-01-2006
    Posts
    324
    You can make a Macro:

    Sub AllSemicolon()

    Cells.Select
    Selection.Value = ";"

    End Sub
    Google is your best friend!

  3. #3
    Dave Peterson
    Guest

    Re: how do i make a semicolon appear in every cell

    Or select the range you want
    type the semicolon
    hit ctrl-enter
    to fill all the selected cells with that character.

    paul wrote:

    --

    Dave Peterson

+ 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