Query : Do we have the same code for macro where it refreshes a selection? As per client, the file has a multiple tab. Upon checking, there are the available macro code that we have :
- "WorkspaceRefreshAll" - refreshes all workbooks in the current instance of Excel.
- "WorkspaceRefreshWorkbook" - refreshes current workbook(if workbook name was not specified as a parameter)
- "WorkspaceRefreshWorksheet" - refreshes current worksheet(if worksheet name was not specified as a parameter)
- "WorkspaceRefreshSelection" - refresh current selection(if selection address was not specified as a parameter)
Can you please help how to write a proper code / script for this please. (i.e. of the tab name is
CHF_CF_Calib)