A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Excel development tools?



 
 
Thread Tools Display Modes
  #1  
Old April 22nd, 2010, 08:13 PM posted to microsoft.public.excel.programming,microsoft.public.excel.misc
Neil Jones
external usenet poster
 
Posts: 2
Default Excel development tools?

Hi,

I want to develop some tools at work for Excel using Visual Basic. The
goal is to make an exe file which will prompt the user for data input
files and create spreadsheets. What tools do I need? Do I need to
install Visual Studio Express and develop the VB code?

Thank you in advance for any help.

NJ
  #2  
Old April 22nd, 2010, 09:24 PM posted to microsoft.public.excel.misc,microsoft.public.excel.programming
JLatham
external usenet poster
 
Posts: 1,896
Default Excel development tools?

Why not just use the built-in tools in Excel? You could have a 'template'
workbook with the functions built right into it through VBA and UserForms.
Or create .xla files (Excel Add-Ins) to add functionality to Excel on user's
systems.

Or you can go with the Visual Studio/VB route, but it's kind of bumpy at the
start of the ride.

Exactly what types of tools are you looking for?

An Excel file could be used to simply provide a UserForm for data entry - or
enter data directly on a worksheet in it, and then VBA code could create a
new workbook based on the data entered if so desired.

Both the .xla files or a utility .xls file would be much easier to
distribute than a VB package.


"Neil Jones" wrote:

Hi,

I want to develop some tools at work for Excel using Visual Basic. The
goal is to make an exe file which will prompt the user for data input
files and create spreadsheets. What tools do I need? Do I need to
install Visual Studio Express and develop the VB code?

Thank you in advance for any help.

NJ
.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:43 PM.


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