Hey all,
I am trying to rite a sub that makes a simple 4 X 4 array that is full of values I/anyone have input and then puts those values on the spreadsheet. I first tried doing a dynamic array and that did not work. I read some tips elsewhere that would suggest a fixed array instead, but I have...
I'm creating a user form to calculate the lift force of a helicopter and the user form always returns a value of 0. Here is my code.
Private Sub calculatelift_Click()
Dim density As Double, velocity As Double, area As Double, lift As Double
'Choosing units for the air density
If kgperm3 Then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.