View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Timothy See Timothy See is offline
external usenet poster
 
Posts: 1
Default Getting Started with Excel Programming

I am planning on creating a simple program to manage the Unit Trust Funds.
I would like to have a dialog box where user can key in the name of the
share,
date purchased, price, unit invested etc. The program will name the sheet
according to the name of the share and stored all the data into that sheet.
I would like to have a second program where user can then open each sheet
according to the name of the share and key in the current market value, date,
etc where the data will be stored again and computation for the gain or loss
will be output.
As visual basic is a new programming language to me (learnt C programming),
i would like to get some help on starting this program especially on getting
a dialog box, getting data from the dialog box and saving them in Excel
sheets. Thanks.