Consulting

Results 1 to 3 of 3

Thread: Solved: Testing Color etc.

  1. #1

    Solved: Testing Color etc.

    This will test the color RED .
    This wil test the font Algerian .
    This will tes the URL www.eBay.com
    Great! Is there a spelling tesster?
    This will test highlite Hooray!.
    This will test embedded blanks www.Ebay.com .
    Hmmm. They seem to be thrown away. That's OK.
    I'm done.

  2. #2
    This will test the color RED .
    This wil test the font Algerian .

  3. #3
    Testing the VBA formater:

    [VBA]Sub PrintPreview()
    Application.Dialogs(xlDialogPrintPreview).Show
    End Sub[/VBA]

    [VBA]Sub SortMacroNames() '4/3/05 [Called by button]
    Dim BotmRow%
    Application.ScreenUpdating = False
    Range("C1").Select
    ActiveCell.End(xlDown).Select 'Search Col 'C for last entry row
    BotmRow = ActiveCell.Row
    Range("B2:C" & BotmRow).Select
    Selection.Sort Key1:=Range("C2"), Order1:=xlAscending, Header:=xlNo, _
    OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
    DataOption1:=xlSortNormal
    Call ColorNamesInList
    Range("D1").Select
    End Sub 'SortMacroNames'[/VBA]

    Still trying to attach a pic:



    Rats ... still no .jpg image.
    Wait... yes, it's there, but I'm not sure where.

    OK, let's try attaching an aimage again on a fresh reply area:
    When am I suppose to be able to see it??
    Last edited by Cyberdude; 04-21-2005 at 10:15 AM. Reason: Note to self

Posting Permissions

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