Home |
Search |
Today's Posts |
#4
![]() |
|||
|
|||
![]()
Personally, I think that's way cool.
Bill ------------------------- Dana DeLouis wrote: Would something like this work as a demo? You may have to have an event macro fire to set this up correctly. Sub Demo() Dim angle [A1] = Chr(223) [A1].Font.Name = "Wingdings" With Range("A1") For angle = -90 To 90 Step 1 .HorizontalAlignment = xlCenter .Orientation = angle Next [A1] = Chr(224) For angle = -90 To 90 Step 1 .HorizontalAlignment = xlCenter .Orientation = angle Next End With End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Control cursor direction in highlighted group of cells/Page setup | Excel Worksheet Functions | |||
How do I change my text direction to vertical on EXcell? | New Users to Excel | |||
percentage of wind power | Excel Worksheet Functions | |||
how do i plot a rose diagram to show frequency of wind direction | Charts and Charting in Excel | |||
How do I make a 3 d graph using depth in Ft., a N-S direction in . | Charts and Charting in Excel |