Programming in VB

  • Thread starter Thread starter Todd Huttenstine
  • Start date Start date
T

Todd Huttenstine

Hey guys,

I am new to this board. I have been using VBA in Excel
for a very long time now and would now like to start
developing my own applications using Excel as a database.
Can anyone please give me any suggestions of what product
to buy that my VBA will come in helpful? I would simply
like to create my own software.

Thank you

Todd Huttenstine
 
Hi Todd,
I am new to this board. I have been using VBA in Excel
for a very long time now and would now like to start
developing my own applications using Excel as a database.

Excel is not ( I'm serious: definately NOT ) a database. You should use
Access or SQL-Server instead.
Can anyone please give me any suggestions of what product
to buy that my VBA will come in helpful? I would simply
like to create my own software.

You could switch to VB.NET which is similar in syntax, but not the same. In
that case, you'll need at least Visual Basic .NET Standard. If you intend to
write Office-based applications, you can continue using VBA since these
applications still support it.

Regards
 

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