ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Add-in causing 'GHOST' cells to be selected (https://www.excelbanter.com/excel-programming/277101-add-causing-ghost-cells-selected.html)

jason

Add-in causing 'GHOST' cells to be selected
 
I have an add-in which manipulates data on one of the xla's sheets
The problem is that if I'm in another workbook and I use the add-in
some of the activebooks cells become selected(I may get three
independent cells on the activesheet selected at the same time!)
This looks really untidy and I think its down to the add-in

Any ideas
J

steve

Add-in causing 'GHOST' cells to be selected
 
Jason,

2 possibles (without seeing your code)

Don't use select. This goes to the active window.
Reference your cells by workbook and sheet name
Workbooks("myxla").Sheets("Sheet1").Range("A1")
(amend to fit your workbooks)

You can do most code without selecting. Also speeds up processing.

--
sb
"jason" wrote in message
om...
I have an add-in which manipulates data on one of the xla's sheets
The problem is that if I'm in another workbook and I use the add-in
some of the activebooks cells become selected(I may get three
independent cells on the activesheet selected at the same time!)
This looks really untidy and I think its down to the add-in

Any ideas
J





All times are GMT +1. The time now is 11:26 AM.

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