Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Visual Studio

Is it possible / practical to manipulate an existing VBA application with
Visual Studio, or would it require a rewrite to begin using Visual Studio?

I am considering developing an Excell and Access application in VBA, however
in the future I may want to turn the application into a web based one. I've
heard that Visual Studio is a good platform to do this.

Thanks in advance.

Ariel


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,365
Default Visual Studio

Depends mainly on how much use of the 'native objects' of the VBA application
you use in your VBA code. That is, if you are doing a lot of referencing of
cells, worksheets, and ranges; things unique to Excel within the code, then
you're going to have to work at it in the conversion, getting references to
needed libraries and such. Same for Access when referencing queries,
recordsets, fields within recordsets, reports, etc.

Obviously if you already have working Excel/Access versions of these
applications, they will provide a solid roadmap in developing within Visual
Studio.

I don't do much (any?) web based stuff myself but I've found for non-web
based applications the ability to set up references to other libraries (such
as a reference within Excel to the Access libraries) permits some really
slick work to be done in communicating between the two (or more - I've had
Access apps that used OLE to provide data interchanges between Access, Excel
and Outlook and have lots of Excel apps that interface in a similar fashion
with various databases - mostly Access).

"AD108" wrote:

Is it possible / practical to manipulate an existing VBA application with
Visual Studio, or would it require a rewrite to begin using Visual Studio?

I am considering developing an Excell and Access application in VBA, however
in the future I may want to turn the application into a web based one. I've
heard that Visual Studio is a good platform to do this.

Thanks in advance.

Ariel



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Visual Studio

Thanks for the reply,

So basically, I would just need to establish the appropriate references to
libraries?


Ariel


"JLatham" <HelpFrom @ Jlathamsite.com.(removethis) wrote in message
...
Depends mainly on how much use of the 'native objects' of the VBA
application
you use in your VBA code. That is, if you are doing a lot of referencing
of
cells, worksheets, and ranges; things unique to Excel within the code,
then
you're going to have to work at it in the conversion, getting references
to
needed libraries and such. Same for Access when referencing queries,
recordsets, fields within recordsets, reports, etc.

Obviously if you already have working Excel/Access versions of these
applications, they will provide a solid roadmap in developing within
Visual
Studio.

I don't do much (any?) web based stuff myself but I've found for non-web
based applications the ability to set up references to other libraries
(such
as a reference within Excel to the Access libraries) permits some really
slick work to be done in communicating between the two (or more - I've had
Access apps that used OLE to provide data interchanges between Access,
Excel
and Outlook and have lots of Excel apps that interface in a similar
fashion
with various databases - mostly Access).

"AD108" wrote:

Is it possible / practical to manipulate an existing VBA application with
Visual Studio, or would it require a rewrite to begin using Visual
Studio?

I am considering developing an Excell and Access application in VBA,
however
in the future I may want to turn the application into a web based one.
I've
heard that Visual Studio is a good platform to do this.

Thanks in advance.

Ariel





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,365
Default Visual Studio

I'd really hate to give you some bad advice on this - I don't do any web
development, and it's been some time since I used VS for even a localized
solution. I'm thinking that one of the Office Developer forums would be a
better source for a definitive answer; either the Developer or Web Components
group under Office Developer:
http://www.microsoft.com/office/comm...verview.mspx#6

"AD108" wrote:

Thanks for the reply,

So basically, I would just need to establish the appropriate references to
libraries?


Ariel


"JLatham" <HelpFrom @ Jlathamsite.com.(removethis) wrote in message
...
Depends mainly on how much use of the 'native objects' of the VBA
application
you use in your VBA code. That is, if you are doing a lot of referencing
of
cells, worksheets, and ranges; things unique to Excel within the code,
then
you're going to have to work at it in the conversion, getting references
to
needed libraries and such. Same for Access when referencing queries,
recordsets, fields within recordsets, reports, etc.

Obviously if you already have working Excel/Access versions of these
applications, they will provide a solid roadmap in developing within
Visual
Studio.

I don't do much (any?) web based stuff myself but I've found for non-web
based applications the ability to set up references to other libraries
(such
as a reference within Excel to the Access libraries) permits some really
slick work to be done in communicating between the two (or more - I've had
Access apps that used OLE to provide data interchanges between Access,
Excel
and Outlook and have lots of Excel apps that interface in a similar
fashion
with various databases - mostly Access).

"AD108" wrote:

Is it possible / practical to manipulate an existing VBA application with
Visual Studio, or would it require a rewrite to begin using Visual
Studio?

I am considering developing an Excell and Access application in VBA,
however
in the future I may want to turn the application into a web based one.
I've
heard that Visual Studio is a good platform to do this.

Thanks in advance.

Ariel






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is Visual Basic the same as Visual Studio 2008? Mike Stewart Excel Worksheet Functions 5 January 11th 09 04:58 PM
Visual Studio 2005 johncassell[_51_] Excel Programming 2 May 9th 06 08:16 PM
visual studio Steve Excel Programming 0 December 2nd 05 06:28 AM
changing the visual basic in office 2003 to visual studio net bigdaddy3 Excel Discussion (Misc queries) 1 September 13th 05 10:57 AM
Visual Studio Chip Pearson Excel Programming 0 September 14th 04 05:39 PM


All times are GMT +1. The time now is 12:33 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"