Hello,
I posted this elsewhere but have not received any response.
I�m receiving an error when attempting to run a select part of my code. There are eight parts of my total routine. However, when testing, it appears the second portion is where my problem occurs (cmdTest2_Click).
The error is:
Error.jpg
Here is a snipit of my code �
Private Sub cmdTest2_Click()
Application.DisplayAlerts = False
Workbooks.Open("" & Range("T5") & Range("T6") & "").RunAutoMacros Which:=xlAutoOpen
End Sub
T5 = C:\Users\?????\Desktop\
T6 = TryMe.xlsb
I was hoping to find a way to open TryMe NOT as Read Only. I would have thought being Read Only wouldn�t matter as I am only copying from TryMe not modifying it but apparently this is not the case. Any suggestions would be appreciated.
Thanks for viewing,
Steve K.
Bookmarks