Word 2000 dot to Word 2010 issues (1 Viewer)

mattkorguk

Registered User.
Local time
Today, 16:21
Joined
Jun 26, 2007
Messages
301
Hi All,
We have a template application form which gets issued out to potential employees, one of those has come back to us saying it doesn't work.
They're on Word 2010 and it's been created in 2000.
It basically tries to open but fails on one line of code;
Code:
Private Sub Document_New()
        
    
    '## FORM HANDLER ##
    ' ## Non Authorised Introducer Form ##
    ' Define initial confirmation form
    [B]Dim tempHandleAuth As New frmNonAuthIntroducer[/B]
    ' Set global handle
    
     
    Set currentFrmNonAuthIntroducer = tempHandleAuth
    ' Show Form
      
    currentFrmNonAuthIntroducer.Show
    
End Sub
Does anyone know if this can be 'adjusted' so it works with 2010?
Could it just be a reference issue?
Thanks,
Matt
 

Tomsm

Registered User.
Local time
Today, 08:21
Joined
Nov 5, 2013
Messages
11
There are online services that translate text, try one of these
 

Users who are viewing this thread

Top Bottom