Hi Meenu,
I can't give you a screenshot, as there is no error: it doesn't work because it can't be used for FC Excel Link add-in the same way it's used as for EPM Add-in.
For example, in EPM Add-in Academy example mentioned above the following VBA code is used for Refresh button:
Sub Refresh_on_Click()
Dim x As New FPMXLClient.EPMAddInAutomation
x.RefreshActiveSheet
End Sub
But FPMXLClient is specific for EPM Add-in, I couldn't find its equivalent for FC Excel Link add-in.
So what I am looking for is the example of the same - but for FC Excel Link add-in.