Create an auto chart using macro

S

Scott_goddard

Hi all,

I would like automatically generate a Gantt style graph though use of a
Macro and a little button. I have the following data

Task description
Start date
End date
% completed
% remaining.

Does anyone have some code that I can just use?
 
R

ryguy7272

Haha, I think it's going to be a little more complex then you think it's
going to be. Start here:
http://www.vertex42.com/ExcelTemplates/excel-gantt-chart.html

You should probably get acquainted with that. There's a video there too.
May be a good learning experience, but I think you already know a bit about
Gantt Charts. So, anyway, that may give you some ideas, but the most helpful
thing would probably be to record a macro as you go through the steps of
creating your charts. The macro recorder will literally 'record' everything
as you step through your routine.

Take a look at this too:
http://www.anthony-vba.kefra.com/vba/vbabasic1.htm#Recording_Your_First_Macro
 
S

Scott_goddard

I know a little about the charts but i can only find ones that use days
completed and days remaining. I would like to use % completed and %
remaining...any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top