CB.CloseFore Example

This example activates the Model worksheet of the Futura With OptQuest.xls workbook and selects cell C9, a forecast. Then it closes the forecast window associated with that cell.

Workbooks("Futura with OptQuest.xls").Worksheets("Model").Activate
Range("C9").Select
CB.CloseFore