Load Multiple Objects in Excel
Load Multiple Objects in Excel
'
' Insert_Objects Macro
'
' Keyboard Shortcut: Ctrl+Shift+O
'
Dim objFSO As Object
Dim objFolder As Object
Dim objFile As Object
Dim ws As Worksheet
Dim MyRow As Integer
Dim MyCol As Integer
Dim CurrentFile As String
Next
'Clean up!
Set objFolder = Nothing
Set objFile = Nothing
Set objFSO = Nothing
End Sub