Hi
I am trying to open hidden workbooks using vba then change the attributes to vbnormal, if I use the specific workbook name, this code works fine.
Sub Macro1()
Workbooks.Open Filename:="D:\Lee\Downloads\KLT-TempZvQkUb084152"
MsgBox ActiveWorkbook.Name
SetAttr ActiveWorkbook.FullName...