Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Stand Alone program

Hi,
It was suggested to put my post in this group!
I am not sure if this is the right group!

Is it possible to have a stand alone program (exe file for example) using
Visual Basic (OR maybe a worksheet) so as to:
when the program starts it has a menu with 12 names each name corresponds to
an Excel file in the same folder. When somone cliks on it the corresponding
Excel file will open.




  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 236
Default Stand Alone program

You can do either.

You can create an hta file (like and html page) and configure things
so that upon clicking on a button or an achor tag (or whatever) excel
opens a new Workbook with a new workfile.

You can also create an Excel Workbook that would do the job.

Most people would do it in Excel.

With HTA solution:

Disadvanges:

1. Users must lower security settings,
2. It's harder to maintain (the developer must know VBScript,WScript,
and Excel)

Advantage:

1. Looks cool. The menu page can reside on a webserver and looks like
a web page.

With Excel solution:

Advantages:

1. Keep existing security settings,
2. Any Excel programmer who knows VBA can maintain it.

Disadvantage:

Users will want to open Workbooks themselves. Why go through menu
workbook?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Stand Alone program

Thank a lot for the suggestions,
Having a menu will make it more easy for someone who don't know a lot about
computers and it it is also more fancy (good looking). Another reason is
that the files might be 24 files instead of 12.

Khalil

wrote in message
oups.com...
You can do either.

You can create an hta file (like and html page) and configure things
so that upon clicking on a button or an achor tag (or whatever) excel
opens a new Workbook with a new workfile.

You can also create an Excel Workbook that would do the job.

Most people would do it in Excel.

With HTA solution:

Disadvanges:

1. Users must lower security settings,
2. It's harder to maintain (the developer must know VBScript,WScript,
and Excel)

Advantage:

1. Looks cool. The menu page can reside on a webserver and looks like
a web page.

With Excel solution:

Advantages:

1. Keep existing security settings,
2. Any Excel programmer who knows VBA can maintain it.

Disadvantage:

Users will want to open Workbooks themselves. Why go through menu
workbook?



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
Stand alone Excel Nancy W.[_2_] New Users to Excel 1 October 20th 09 10:11 PM
What does the ! stand for in Formula Luis New Users to Excel 1 April 28th 09 12:19 AM
What does CSV files stand for?? TexasDude Excel Discussion (Misc queries) 4 June 18th 08 08:03 PM
What is URL ? Does it stand for something? Actionbob Excel Discussion (Misc queries) 3 April 19th 08 06:11 PM
What does the ! stand for in formulas? ! Excel Worksheet Functions 1 March 14th 05 08:15 PM


All times are GMT +1. The time now is 10:16 PM.

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

About Us

"It's about Microsoft Excel"