Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Do I need DLL or COM Addin, Excel Addin

My company has users that have written Excel VBA programs to read/
input data using a JWalk active x control to basically screenscrape
JWalk panels over a green screen program. All of that is going away.
It is now a web based interface and the users still want to write
macros to automate some data retrieval/entry tasks.
The new web based program will have exposed web services that will be
able to get data and input data.
So now my question - I want to hide the complications of calling a web
service so aVBA macro writer can do something like

Dim X as WebServiceObject
account = X.GetAccountnum("John")
balance =X.GetBalance(account)
X.PutBalance(balance-100)
etc.
I've written lots of vba code and excel addins(.xla) but am not
familiar with creating DLL's and ComAddins and all the other flavors
available in Visual Studio.

A) can this be done ?
B) IF so what approach should I take. I have Visual Studio 2010, we
are using Excel 2007. What kind of project am I trying to create?
Should I create a DLL, COM Addin, Workbook Template, or Workbook
Addin? I think just a DLL (is that a class library?) since the
webservice object doesn't need to interact with Excel spreadsheet as
in capture events etc, I image my webservice object will only send and
retrieve information. My understanding is that a COM Addin is
designed to interact with the Excel object model. Maybe I use a big
reusable class module in Excel that a user has to add to each of their
programs. (that is what I currently do for the old jwalk method)

If you happen to have a link to a good tutorial for the right method
that would be much appreciated.
THANKS for your help!


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default Do I need DLL or COM Addin, Excel Addin

Hi.
a) Yes, you can.
b) What about these?

How to Send SOAP call using MSXML (replace STK)
http://blogs.msdn.com/b/jpsanders/ar...place-stk.aspx

or
How To Use an XML Web Service by Using ASP.NET from an Office VBA
Macro in Word or Excel
http://support.microsoft.com/kb/307033/en-us



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
Multiple Excel addin versions having LaodBehaviour issue at Addin Dwipayan Das Excel Programming 0 April 17th 09 05:51 AM
setup project for Excel addin, won't register addin Gerry Excel Programming 0 October 31st 07 12:01 AM
Removing an Addin from the Tools Addin list. Trefor Excel Programming 2 August 25th 06 04:45 PM
Unshimmed Automation Addin and Shimmed COM Addin in same App Domai Brandon Excel Programming 0 June 27th 06 11:18 PM
Remove Excel AddIn from AddIn List !! Help carl Excel Programming 2 December 8th 03 03:36 PM


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

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"