+ Reply to Thread
Results 1 to 5 of 5

Need Help to solve Run time error 2147418105 (80010007)

  1. #1
    Registered User
    Join Date
    04-23-2014
    Location
    Pune, INDIA
    MS-Off Ver
    Excel 2013
    Posts
    2

    Need Help to solve Run time error 2147418105 (80010007)

    I just write a small macros for opening a new userform... when I'm running it firat time it is working fine... but second time it is showing the error..

    Run time error 2147418105 (80010007)
    Automation Error

    The callee (server [not server application] is not available and
    disappeared; all connections are invalid. The call may have executed.

    Here is that macros...

    -----------------------------------------------------------------------------------------------------
    Option Explicit

    Public filename3 As String
    Private TSA As New TimeSeriesPlotting

    Public Sub Button12_Click()
    filename3 = InputBox("Please Enter the File Name", "FILE NAME", "ProductID_ProdBR_Batches")

    If filename3 <> "" Then
    TSA.Show
    End If

    End Sub
    ------------------------------------------------------------------------------------------------------
    Every alternative time it is giving the error..
    Request ppl help to solve this issue...

    Thanks.. iitmking.

  2. #2
    Forum Expert Greg M's Avatar
    Join Date
    08-16-2007
    Location
    Dublin. Ireland
    MS-Off Ver
    Office 2016
    Posts
    4,481

    Re: Need Help to solve Run time error 2147418105 (80010007)

    Hi there,

    Try using the following code to display your UserForm:

    Please Login or Register  to view this content.

    The CodeModule for your UserForm should also include code similar to the following:

    Please Login or Register  to view this content.

    The "Me.Hide" instruction should probably replaced by a call to whichever routine you're using to close the UseForm - note that this closing routine should HIDE (not Unload) the UserForm so that it still exists when control is returned to the calling ("Button12_Click") routine.


    Hope this helps - please let me know how you get on.

    Regards,

    Greg M

  3. #3
    Forum Expert
    Join Date
    06-12-2012
    Location
    Ridgefield Park, New Jersey
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    10,241

    Re: Need Help to solve Run time error 2147418105 (80010007)

    Does this help?

    https://support.microsoft.com/en-us/kb/187983

  4. #4
    Registered User
    Join Date
    04-23-2014
    Location
    Pune, INDIA
    MS-Off Ver
    Excel 2013
    Posts
    2

    Re: Need Help to solve Run time error 2147418105 (80010007)

    Thanks Greg M..

    Now it is showing run time error 13... type mismatch...

  5. #5
    Forum Expert Greg M's Avatar
    Join Date
    08-16-2007
    Location
    Dublin. Ireland
    MS-Off Ver
    Office 2016
    Posts
    4,481

    Re: Need Help to solve Run time error 2147418105 (80010007)

    Hi again,

    Can you post a sample of your workbook here? A workbook which contains just the UserForm module might even be enough to determine exactly where the error is occurring.

    Regards,

    Greg M

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Need to solve Run Time Error on VBA for Outlookmail from excel
    By breadwinner in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-02-2014, 06:56 AM
  2. [SOLVED] how to solve #num error
    By divi123 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-23-2013, 01:26 AM
  3. [SOLVED] Runtime 2147418105 (80010007) - automation error
    By tmbranch in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-06-2013, 02:45 PM
  4. [SOLVED] Cannot solve this #VALUE! error. Please help
    By dbryan00 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-24-2013, 02:46 AM
  5. [SOLVED] Excel 2007 : Help to Solve Run-time Error 424 "Object Required"
    By D.S.Rama Rao in forum Excel General
    Replies: 6
    Last Post: 03-05-2012, 03:24 PM
  6. solve run time error
    By nivs in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 05-08-2011, 12:43 PM
  7. solve on runtime error
    By fonzt in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-16-2010, 06:49 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1