Skip to content

Commit d867065

Browse files
committed
IntelliSenseForVBAFunctions: Add example files
1 parent 92fc13b commit d867065

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<IntelliSense xmlns="http://schemas.excel-dna.net/intellisense/1.0">
2+
<FunctionInfo>
3+
<Function Name="TempCelsius"
4+
Description="Converts the temperature in degrees Fahrenheit to degrees Celsius" >
5+
<Argument Name="tempInFahrenheit"
6+
Description="is the temperature in degrees Fahrenheit" />
7+
</Function>
8+
<Function Name="TempFahrenheit"
9+
Description="Converts the temperature in degrees Celsius to degrees Fahrenheit " >
10+
<Argument Name="tempInCelsius"
11+
Description="is the temperature in degrees Celsius" />
12+
</Function>
13+
<Function Name="TempDeltaFromHeat"
14+
Description="Calculates the temperature change for a body, from the amount of heat absorbed or released, in K (or equivalantly degrees C)"
15+
HelpTopic="https://www.softschools.com/formulas/physics/temperature_formula/640/">
16+
<Argument Name="heatDelta"
17+
Description="is the amount of heat absorbed or released (in J)" />
18+
<Argument Name="mass"
19+
Description="is the mass of the body (in kg)" />
20+
<Argument Name="specificHeatCapacity"
21+
Description="is the specific heat capacity of the substance (in J/Kg/°C)" />
22+
</Function>
23+
</FunctionInfo>
24+
</IntelliSense>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)