Justin
asked on
VB error "Type mismatch"
Hi Guys, I am getting type Mismatch in the last line below for this VB Code. Any ideas why?
Dim wb As Workbook
Set wb = ThisWorkbook
Workbooks.Open filename:= _
"O:\PRODUCT CONTROL\London P&L\GM_London_PnL_20160912 .xlsm"
Range("D83:D84").Select
Selection.Copy
Windows(wb).Select
Dim wb As Workbook
Set wb = ThisWorkbook
Workbooks.Open filename:= _
"O:\PRODUCT CONTROL\London P&L\GM_London_PnL_20160912
Range("D83:D84").Select
Selection.Copy
Windows(wb).Select
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER