Get Workbook Connection Names [closed]
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 8 years ago . I would like to know how to get the list of the workbook connection names in Excel using VBA. 回答1: This will print all of the connection names to the debug window. Dim conn As WorkbookConnection For Each conn In