PC Review


Reply
Thread Tools Rate Thread

How could VBA connect with another customized application programm

 
 
Ella
Guest
Posts: n/a
 
      18th Oct 2007
The situation is that.

Right now I have the VBA code as below:

Dim test
Sub macro1()
On Error Resume Next
Dim x As Variant
If test <> Empty And test <> Null Then
x = test.end()
Set test = Nothing
End If
On Error GoTo 0
Set test = CreateObject("Place.interface")
End Sub

And there is also a customized appllication programm is with
title"Place". And this one a user interface that you could see the
detail progress of the data processing.

But where I could find the definition of the object "Place", and also
class "interface". And also the class of "test".

I am confused.

 
Reply With Quote
 
 
 
 
Tim Williams
Guest
Posts: n/a
 
      18th Oct 2007
Does your "Place" application support COM automation?
That is, does it have a scripting interface?

Tim

"Ella" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> The situation is that.
>
> Right now I have the VBA code as below:
>
> Dim test
> Sub macro1()
> On Error Resume Next
> Dim x As Variant
> If test <> Empty And test <> Null Then
> x = test.end()
> Set test = Nothing
> End If
> On Error GoTo 0
> Set test = CreateObject("Place.interface")
> End Sub
>
> And there is also a customized appllication programm is with
> title"Place". And this one a user interface that you could see the
> detail progress of the data processing.
>
> But where I could find the definition of the object "Place", and also
> class "interface". And also the class of "test".
>
> I am confused.
>



 
Reply With Quote
 
Ella
Guest
Posts: n/a
 
      18th Oct 2007
It doesn't.

It is just one small window with kinds of bottons there,but I have no
idea how this is created. What kind of tool is used. It is a "exe"
file. And how it is connected with the vba.

At least I could find any useful information on the website?

Do you have any idea what might it related with?

And it is an old program,written in 1997.



On Oct 18, 4:10 am, "Tim Williams" <timjwilliams at gmail dot com>
wrote:
> Does your "Place" application support COM automation?
> That is, does it have a scripting interface?
>
> Tim
>
> "Ella" <ellayun...@googlemail.com> wrote in message
>
> news:(E-Mail Removed)...
>
>
>
> > The situation is that.

>
> > Right now I have the VBA code as below:

>
> > Dim test
> > Sub macro1()
> > On Error Resume Next
> > Dim x As Variant
> > If test <> Empty And test <> Null Then
> > x = test.end()
> > Set test = Nothing
> > End If
> > On Error GoTo 0
> > Set test = CreateObject("Place.interface")
> > End Sub

>
> > And there is also a customized appllication programm is with
> > title"Place". And this one a user interface that you could see the
> > detail progress of the data processing.

>
> > But where I could find the definition of the object "Place", and also
> > class "interface". And also the class of "test".

>
> > I am confused.- Hide quoted text -

>
> - Show quoted text -



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How could VBA connect with another customized application programm Ella Microsoft Excel Misc 1 20th Oct 2007 11:40 PM
How could VBA connect with another customized application programm Ella Microsoft Excel Programming 1 18th Oct 2007 04:29 AM
cmd-Programm Peter Mairhofer Windows XP General 2 23rd Feb 2006 06:50 PM
un known programm =?Utf-8?B?c2NvdHR5bnoyNQ==?= Windows XP New Users 1 9th Jan 2006 08:12 PM
GPS Map Programm?? Bastiaan Hurkmans Freeware 2 13th Jul 2004 10:26 AM


Features
 

Advertising
 

Newsgroups
 


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