G
guilhaume
hi all
I have a lot of excel file to unlock with a VB program
How can I know if a workbook is locked (not to try to treat them whe
they are unlocked)
I tried to do:
Dim pass As String
pass= currentWorkbook.Password
If pass <> "" Then
unlocking_treatment.....
End If
But even if the workbook is unlocked, the program passes into the I
condition and tries to unlock
While debuging, I saw that pass has the following value: "********"
what can I do?
Guilhaum
I have a lot of excel file to unlock with a VB program
How can I know if a workbook is locked (not to try to treat them whe
they are unlocked)
I tried to do:
Dim pass As String
pass= currentWorkbook.Password
If pass <> "" Then
unlocking_treatment.....
End If
But even if the workbook is unlocked, the program passes into the I
condition and tries to unlock
While debuging, I saw that pass has the following value: "********"
what can I do?
Guilhaum
