cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Formula: =epmselectmember() via VBA

ChristianSass
Participant
0 Likes
225

Hi,

normally the user can trigger an "EPM - Member selector" window with double on cell which contains =epmselectmember() formula.

I would like to Trigger this function with VBA. Unfortunately this doesn't work. I've tried "application.doubleclick" without any outcome and I couldn't find anything on the web.

Is their any hint from the community to this issue?

Thx

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

Hi Christian,

Use API OpenFilteredMemberSelector

Vadim

ChristianSass
Participant
0 Likes

Thank you!

Answers (0)