View Single Post
 
Old 03-13-2020, 01:37 AM
pushpi004 pushpi004 is offline Windows 10 Office 2016
Novice
 
Join Date: Feb 2020
Posts: 21
pushpi004 is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
The code you've posted is also missing the 'SheetExists' sub. Have you included that in your code module? Also, is any code line highlighted when the 'Remote Call Procedure Failed' error occurs?
Hi Paul,
Yes,sheetexist procedure is present in my code.

And the error comes on the line,

Set xlWkBk = .Workbooks.Open(FileName:=StrWkBkNm, ReadOnly:=True, AddToMru:=False)
Reply With Quote