below is the code i'm using to pull data from an open workbook in excel. is there a way to pull data from a closed workbook? THANKS SOOOO much.
Sub OpenWorkbook()
Dim wb As String
wb = "Workbook_You_Want_T
pen_With_Path_&_File_Extention"
Application.Workbooks.Open (wb)
End Sub
Sub OpenWorkbook()
Dim wb As String
wb = "Workbook_You_Want_T
Application.Workbooks.Open (wb)
End Sub