Updated specific locations to be searchable, take a look at Las Vegas as an example.

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

3
How do I call a function in VBA that exists in the module of a addin that I use regularly in worksheet?
Post Body

I have an addin named Xsteam.xlam that has a function h_pT(p,t). I use this regularly in excel. But in VBA, I'm not sure how I can call it.

I've tried

WorksheetFunction.h_pT(p, t) 

but it gives me an error saying "Object doesn't support this property or method". For the same values of p and t, the function works in excel worksheet.

After trying this,

Xsteam.h_pt(p,t) 

It give me error 424, saying Object required.

Edit: also posted in r/excel

Author
Account Strength
100%
Account Age
7 years
Verified Email
Yes
Verified Flair
No
Total Karma
15,672
Link Karma
6,904
Comment Karma
8,708
Profile updated: 1 day ago
Posts updated: 6 months ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
5 years ago