VBA Project question?????????????????

T

Tdp

On my vba project window I have the following:

VBA Project(SamradDatePicker.xls)
VBA XYChartLabeler(XYChartLabeler.xla)

is there anyway of getting rid of those?
 
A

Andy Pope

Hi,

For the XYChartlabeler use menu,
Tools > Addins
Uncheck entry. You may file the data picker is also in the list.

Also check you startup directory for workbooks that will be loaded on
opening.

Cheers
Andy
 
T

Tdp

Thanks very much Andy.
--
Tdp


Andy Pope said:
Hi,

For the XYChartlabeler use menu,
Tools > Addins
Uncheck entry. You may file the data picker is also in the list.

Also check you startup directory for workbooks that will be loaded on
opening.

Cheers
Andy
 
Top