wgilthorpe
New Member
- Joined
- Dec 6, 2014
- Messages
- 7
I have a workbook for creating quotations of our products.
In my main user form, I created a button to use
to open another excel sheet to import pricing updates. This subroutine was giving me trouble, so I decided to scrap it. I deleted the entire sub.
Now, at random times, the open file dialog box will open. When I close it, it pops right back up. I have searched all the VBA code in the file and I have removed all code that opens this dialog. I have double and triple checked the modules. I am seriously considering starting from scratch.
Has anyone else had a similar experience? Any insight would be appreciated.
In my main user form, I created a button to use
Code:
Application.FileDialog(msoFileDialogFilePicker)
Now, at random times, the open file dialog box will open. When I close it, it pops right back up. I have searched all the VBA code in the file and I have removed all code that opens this dialog. I have double and triple checked the modules. I am seriously considering starting from scratch.
Has anyone else had a similar experience? Any insight would be appreciated.