Jul 08 2022 04:11 PM
Hi folks,
I'm a programmer, so I'm not intimidated if this discussion leads to VBA, even though I have never programmed in VBA.
I was just handed an .xlsm spreadsheet. It has a cell whose formula reads "=@Velocity(Pressure,Density)".
I have never seen the @ symbol in an Excel formula before, but presumably this is some sort of marker for the user function "Velocity"?
I have never seen names in the place of cell references, but presumably "Pressure" and "Density" are aliases for specific cells on the spreadsheet?
I would like to see the actual math was used to perform this computation. This is currently hidden. Thanks for your help in figuring this out!
Jul 08 2022 07:23 PM
SolutionJul 11 2022 01:11 PM
@mtarler Thanks, that was good guidance.
For some reason, the Alt-F11 hotkey shortcut is not working on my system. However, I followed Microsoft's guidelines here to add the Developer menu to my ribbon. I can click Developer > Visual Basic and reach the VBA editor, even though the keyboard command does not work. My velocity formula is there.
Jul 11 2022 02:32 PM