View Full Version : Solved: Testing Color etc.
Cyberdude
04-10-2005, 11:50 AM
This will test the color RED .
This wil test the font Algerian .
This will tes the URL www.eBay.com (http://www.eBay.com)
Great! Is there a spelling tesster?
This will test highlite Hooray!.
This will test embedded blanks www.Ebay.com (http://www.Ebay.com).
Hmmm. They seem to be thrown away. That's OK.
I'm done. :p
Cyberdude
04-19-2005, 02:01 PM
This will test the color RED .
This wil test the font Algerian .
Cyberdude
04-21-2005, 10:17 AM
Testing the VBA formater:
Sub PrintPreview()
Application.Dialogs(xlDialogPrintPreview).Show
End Sub
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'
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??
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.