LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 504
Default Problem with Userform the second time

I have a macro in my personal.xls attached to a toolbar that opens a userform
and displays various files in a listbox along with a date in a textbox. I can
select a file and date and then run a command (code below) button to open
that file. It works the first time but when I open the userform the next time
and select a file I get the following error
"Could not complete the operation due to error 800a01a8". I close the
userform and it works the next time.

Basically it does not work after each time I press the command button - i
get error above, close the userform, open it again, it them works next time
and we start the loop again

What I can see is when it does not work the command button looks like it has
focus but also the listbox has the file highlighted I opened the previous
time. When it does works the command button has no focus and nothing is
highlighted in the listbox and the cursor is flashing in the text box

any ideas what problem is and how to fix



Private Sub CommandButton1_Click()

Dim wbOpenFile As Workbook
ActiveSheet.Calculate

Set wbOpenFile = ActiveWorkbook

Dim PLpath As String
PLpath = Range("PLpath")
Workbooks.Open Filename:=PLpath

With UserForm1
.Hide
End With
wbOpenFile.Close savechanges = False
--
Kevin
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
display userform at certain time Anthony Excel Worksheet Functions 2 October 29th 08 04:21 PM
time userform 12:00 changes in 00:05 joost[_3_] Excel Programming 1 March 31st 08 03:25 PM
Userform from a Userform Problem Adrian Excel Programming 1 October 12th 05 04:57 PM
Time Userform dok112[_39_] Excel Programming 1 July 13th 05 08:33 PM
Problem when multipple users access shared xl-file at the same time, macrocode for solve this problem? OCI Excel Programming 0 May 16th 04 10:40 PM


All times are GMT +1. The time now is 01:36 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"