gachiemchiep / learning

個人のノート
1 stars 0 forks source link

Using Sheet for small project management #21

Closed gachiemchiep closed 7 years ago

gachiemchiep commented 7 years ago

目的:Projectを管理するため、必要なGant chart、コスト表、予定表などをSheetで作成する。

Some template : Google docs : https://gsuite.google.com/learning-center/products/sheets/create-dynamic-project-plans/ Excel : there are a lot of them on the internet

Pros : easy to use, setup Cons : not suitable for large team

gachiemchiep commented 7 years ago

個人のコメント Excelはネットで多くのtemplateを公開しています。 例えば:TODO listのサンプル https://www.vertex42.com/Files/download2/themed.php?file=to-do-list.xlsx

個人目的、会社の環境で以下のリンクからExcelのtemplateを取得して利用する。 https://www.vertex42.com/ExcelTemplates/excel-project-management.html

会社の方は全員がExcelを利用するので、OpenProjectなどの最新のソフトウェアを一所懸命を追加しても、結局一人しか使わないので、スピードが上がられることをあまり感じません。

gachiemchiep commented 7 years ago

Simple Excel Marcro tutorial : https://www.tutorialspoint.com/vba/vba_excel_macros.htm

  1. Enable Marco File -> Options -> Customize Ribbon -> Developer
  2. How to use Go to Developer task Marco is written in VBA
gachiemchiep commented 7 years ago

Some useful detail

How to write comment ' This is a comment ' REM this is a comment to

Message Box MsgBox(prompt[,buttons][,title][,helpfile,context])

Input Box InputBox(prompt[,title][,default][,xpos][,ypos][,helpfile,context])