Wrox Programmer Forums
|
Excel VBA Discuss using VBA for Excel programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Excel VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 1st, 2005, 05:51 AM
Registered User
 
Join Date: May 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Drutten_swe
Default Help please

A have recently bought a book called Beginning Visual basic.net. My question is if it is possible too use the training examples in Ms Excel. Because the examples in the book don´t work for me. Does anyone now how to help me??

 
Old May 1st, 2005, 01:33 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 344
Thanks: 0
Thanked 1 Time in 1 Post
Default

VBA is not .Net, they are quite different. To develop in .Net most people will use a tool such as Visual Studio .Net or ASP.Net WebMatrix. although others are available and it can also be done in a text editor.

VBA - Visual Basic for Applications - is a scripting language inside MS Office products to allow you to add functionality to these systems.
 
Old May 2nd, 2005, 10:14 AM
Friend of Wrox
 
Join Date: Nov 2004
Posts: 1,621
Thanks: 1
Thanked 3 Times in 3 Posts
Default

VBA is not a scripting language. VBA is the engine behind VB 6, which certailnly is not a scripting environment.

But to the point, .NET is a major overhaul, and is barely like VB (as delivered prior to .NET).
One example: there are no simple variables in .NET. Everything is an object.

Greg is right; if you want to build .NET samples, you will need .NET. As the book you have will have pointed out, you can write .NET routines and so on with a text editor. But if you want to step through them, debug them, examine variables, etc., you are going to need an Integrated Development Environment.
To run text file you create, you will need the .NET Framework (akin to the VB .DLLs needed to run VB 6 and prior .EXEs and .DLLs).









Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.