Hello,
I have an Excel 2007 document with four different tabs (Chicago, Cincinnati, St Louis and Detroit). In each tab, we track information about sales activity. In cells N30 thru N(x) we store a pull down item that is called "Forecast Category". It has the possible values of Swing - High, Swing - Low, Closed - Lost, Closed - Won, Closed - Disengage, Commit, and Fallout. The user has to choose one of those.
In each of those four different tabs, I would like to track all the information about the customer into a different tab (call it Audit) when a Forecast Category of "Commit" or "Closed - Lost" is chosen by the user. So that activity (pull down select) would then activate the VB app to write out the specific line of info about the customer to the Audit tab.
To net it out .... The Audit tab would just contain those customers where Forecast Category of Commit or Closed - Lost is chosen.
I know that I need to write a VB app for each tab, but what would the code look like? A deal may change its Forecast Category several times so the code would need to be able to find the first empty line in the Audit tab and write the information out. I would also want to time stamp when the Forecast Category was changed.
I am hoping I made sense with this? Thank you in advance.
Steve
I have an Excel 2007 document with four different tabs (Chicago, Cincinnati, St Louis and Detroit). In each tab, we track information about sales activity. In cells N30 thru N(x) we store a pull down item that is called "Forecast Category". It has the possible values of Swing - High, Swing - Low, Closed - Lost, Closed - Won, Closed - Disengage, Commit, and Fallout. The user has to choose one of those.
In each of those four different tabs, I would like to track all the information about the customer into a different tab (call it Audit) when a Forecast Category of "Commit" or "Closed - Lost" is chosen by the user. So that activity (pull down select) would then activate the VB app to write out the specific line of info about the customer to the Audit tab.
To net it out .... The Audit tab would just contain those customers where Forecast Category of Commit or Closed - Lost is chosen.
I know that I need to write a VB app for each tab, but what would the code look like? A deal may change its Forecast Category several times so the code would need to be able to find the first empty line in the Audit tab and write the information out. I would also want to time stamp when the Forecast Category was changed.
I am hoping I made sense with this? Thank you in advance.
Steve