Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Just Change the "I7" for the cell where you want the Tick to be. Sub Tick() ' Range("I7") = "ü"With Range("I7").Font'<== And here... .Name = "Wingdings" .Size = 10 .Bold = True End With End Sub Best regards, Les Stout *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Simple Excel Macro | New Users to Excel | |||
Help with a simple Excel macro | Excel Programming | |||
simple excel macro Q | Excel Programming | |||
simple excel vba macro | Excel Programming | |||
Simple Excel Macro - Please Help | Excel Programming |