Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can someone suggest what is wrong here?
Diameter is passed in as 12.7 but it is not acceptint it as a true statement.
Function Volume(Diameter As Single) If Diameter = 12.7 Then end if End Function
Solved! Go to Solution.