Thread: Pi in VBA?
View Single Post
  #22   Report Post  
Posted to microsoft.public.excel.programming
Nick H[_3_] Nick H[_3_] is offline
external usenet poster
 
Posts: 48
Default Pi in VBA?

------snip------
Sub Demo()
Dim c
Dim ¶ 'Alt + 0182



¶ = [Pi()]



c = 2 * ¶ * 5
End Sub

------snip------

That is SO neat!

The poor sods who inherit my code are going to be scratching their
heads at all the weird variable symbols that are going to be cropping
up. <vbg

Nick H