we need c# code for Refresh workbook

gil.silva

Active Member
Hello,

Please, duplicate an action in Excel VBO and modify the code to:

Code:
GetWorkbook(handle,name).RefreshAll

INPUTS:
handle - from the attached workbook
name - name of the worbook
 
Top