C
christopher ward
Dear Experts ,
I am using the following code in a loop to open a number of sheets in a
directory however I do not know if I can improve this line of code to deal
with sheets which have auto start macros - ideally I would like to ignoar the
auto start
Workbooks.Open Filename:=sPath & sFile, _
Password:="tiger", UpdateLinks:=0, WriteResPassword:="tiger"
If you can suggest how I can improve this please feel free and I thank you
advance , also if you think of an area my open statement does not process I
would be interested in your knowledge. As always kind regards
Chris W
I am using the following code in a loop to open a number of sheets in a
directory however I do not know if I can improve this line of code to deal
with sheets which have auto start macros - ideally I would like to ignoar the
auto start
Workbooks.Open Filename:=sPath & sFile, _
Password:="tiger", UpdateLinks:=0, WriteResPassword:="tiger"
If you can suggest how I can improve this please feel free and I thank you
advance , also if you think of an area my open statement does not process I
would be interested in your knowledge. As always kind regards
Chris W