![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Mar 2006
Posts: 2
Rep Power: 0
![]() |
Flow charts
I need to get this thing done so I should probably just scratch some lines and boxes in my notebook, but I am anal and I want to do this the "right way." My "program" is basicaly a collection of VBA modules embedded in an excel workbook. The modules serve as a kind of procedural generation aspect of the excel program. The user inputs some initial state data and when the modules run the spreadsheet calculates a series of output states. My question is, how should I draw the flowchart? Specifically what kind of boxes, arrows ect should I use? Is there a software that can make neat looking flowcharts? How do I use it?
|
|
|
|
|
|
#2 |
|
Professional Programmer
Join Date: Jun 2005
Location: India, The great.
Posts: 435
Rep Power: 4
![]() |
First of all, flow charts are drawn to specify the logic of a program in a graphical manner. These are language independent and drawn prior to writing the program. But you are trying to go backward and draw a Flow Chart from the program. This can be done manually and you can use MS-Word or Powerpoint or any other drawing tool, but I don't know of any tool that can generate flow chart from a VBA module. Search google, you may be lucky.
__________________
PFO - My daily dose of technology. |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
Join Date: Apr 2005
Posts: 218
Rep Power: 4
![]() |
You can use smart draw to draw flow charts, theres a free trial here. Much more easier that drawing them by hand.
|
|
|
|
|
|
#4 |
|
Newbie
Join Date: Mar 2006
Posts: 2
Rep Power: 0
![]() |
Thank you. Is there any kind of format I should follow?
|
|
|
|
|
|
#5 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
The standard flowchart formatting should be fine for most any flowchart you'll want to draw:
http://en.wikipedia.org/wiki/Flowchart However, I think a data flow diagram would be more helpful in this case: http://www.smartdraw.com/tutorials/software-dfd/dfd.htm |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|