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
 
Top