Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I run VB code to cycle through a group of excel files and chenge their
properties using the below code: For i = 1 To .FoundFiles.Count Set wb = Workbooks.Open(Filename:=.FoundFiles(i)) Sometimes a file opens with the following: Password Enter password for write access, or open read only. Password:_________ Cancel Read Only Is there a way for VB to hit cancel if this dialogue box appears? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
msgbox yes=password & goto sheet3, no= cancel | Excel Programming | |||
VBScript to prompt Save on Cancel click | Excel Programming | |||
Password redundant through use of cancel | Excel Discussion (Misc queries) | |||
How to CANCEL file SAVE PROMPT when MACRO is running? | Excel Discussion (Misc queries) | |||
Password Prompt | Excel Discussion (Misc queries) |