Disable cell focus

I

icystorm

When Excel opens, the focus is automatically placed in cell A1. Does
anyone know the VBA code to force Excel NOT to place focus anywhere on
the sheet? Please note that I am not attempting to prevent users from
selecting cells. I simply do not want any cell highlighted
automatically.

Thanks!

Joseph
 
I

icystorm

When Excel opens, the focus is automatically placed in cell A1. Does
anyone know the VBA code to force Excel NOT to place focus anywhere on
the sheet? Please note that I am not attempting to prevent users from
selecting cells. I simply do not want any cell highlighted
automatically.

Thanks!

Joseph

I solved my own issue. I simply used VBA to place cell focus safely
outside of the visible range of cells.

Thanks.

Cheers,
Joseph
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top