ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Newbie: Accessing data from one sheet and populating another (https://www.excelbanter.com/excel-programming/374326-newbie-accessing-data-one-sheet-populating-another.html)

bearsfan

Newbie: Accessing data from one sheet and populating another
 
-Hello,

I am trying to map projects using an excel macro button. User would input
project information into one sheet i.e. project start date, testing duration
and go live date and then macro would input the new project name and find the
corresponding date on the other sheet and factor in the weeks of testing
duration and map the project accordingly. Here's a crude model:


10/4/ 10/11 10/18
Project Name1 testing testing release
Project Name2 testing release

Tom Ogilvy

Newbie: Accessing data from one sheet and populating another
 
You can use the worksheet_change event to have a macro react to entries on
your input sheet.

http://www.cpeason.com/excel/events.htm

has an overview of events.

--
Regards,
Tom Ogilvy



"bearsfan" wrote:

-Hello,

I am trying to map projects using an excel macro button. User would input
project information into one sheet i.e. project start date, testing duration
and go live date and then macro would input the new project name and find the
corresponding date on the other sheet and factor in the weeks of testing
duration and map the project accordingly. Here's a crude model:


10/4/ 10/11 10/18
Project Name1 testing testing release
Project Name2 testing release


bearsfan

Newbie: Accessing data from one sheet and populating another
 
Thanks for the help Tom!

"Tom Ogilvy" wrote:

You can use the worksheet_change event to have a macro react to entries on
your input sheet.

http://www.cpeason.com/excel/events.htm

has an overview of events.

--
Regards,
Tom Ogilvy



"bearsfan" wrote:

-Hello,

I am trying to map projects using an excel macro button. User would input
project information into one sheet i.e. project start date, testing duration
and go live date and then macro would input the new project name and find the
corresponding date on the other sheet and factor in the weeks of testing
duration and map the project accordingly. Here's a crude model:


10/4/ 10/11 10/18
Project Name1 testing testing release
Project Name2 testing release



All times are GMT +1. The time now is 05:01 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com