Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2720

Re: How trigger a macro with EPM Standard Refresh Button

$
0
0

Hi Suvendu,

 

Yes you can trigger a macro with refresh button.

Try the syntax :

 

Option Explicit

Sub RefreshButton_Click()

Dim api As Object

Set api = Application.COMAddIns("FPMXLClient.Connect").Object

api.Refresh

 

End Sub

 

Also, you can trigger the macro After Refresh

 

Option Explicit

Function AFTER_REFRESH()

//Place you code here//

AFTER_REFRESH = True

 

End Function


Viewing all articles
Browse latest Browse all 2720

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>