Where do i Go

  • Thread starter Thread starter BobAchgill
  • Start date Start date
B

BobAchgill

If I want to ask a question about using MicroSoft Visual
Basic with Excel... where do I go?

Bob
 
Bob,

Not with me, however when it is deep in the Excel VBA logic (what interop
is), than I would ask it in a microsoft.office.develloper newsgroup

When it is how to use (the answer) in VBNet, than I would ask it here.

Just my idea what I would do.

Cor
 
Cor,

It is not the VB.Net but the VB 6.3 that comes with the
Excel product.

I can't seem to find a forum expressly for that
programming environment/language.

My first problem with the language difference was that
they say:
Dim object1 as object
Set object1 = ????
object1.fileexists()

Whereas VB .NET is more straightforward:
File.Exists()

I don't seem to be able to put anything in where the Set
= ??? occurs to get it to run.

Bob



-----Original Message-----
Bob,

Not with me, however when it is deep in the Excel VBA logic (what interop
is), than I would ask it in a
microsoft.office.develloper newsgroup
 
Bob,

In that case I would surely go look in the newsgroup
microsoft . public . office . developer . vba

It is not as active as this newsgroup however not inactive and I saw that
every question gets an answer.

I hope this helps?

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top